#BD23AC

Color #BD23AC Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BD23AC

Tints of Medium Violet Red #BD23AC

Color information

#BD23AC (or 0xBD23AC) is unknown color: approx Medium Violet Red. HEX triplet: BD, 23 and AC. RGB value is (189,35,172). Sum of RGB (Red+Green+Blue) = 189+35+172=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 35 (14.06% from 255 or 8.84% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD23AC is #42DC53. Grayscale: #606060. Windows color (decimal): -4381780 or 11281341. OLE color: 11281341.

HSL color Cylindrical-coordinate representation of color #BD23AC: hue angle of 306.62º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD23AC is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18935172-
CMYK00.810.090.26
HSL306.62º68.75%43.92%-
HSV(B)306.62º81.48%74.12%-
XYZ29.031540.39-
YUV96.66170.52193.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 35 (14.06% from 255) = 8.84%
BLUE value IS 172 (67.58% from 255) = 43.43%
R=47.73%
G=8.84%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1893517200.810.090.26306.6268.7543.92
HexBD23AC05191A133452c
Octal275432540121113246310554
Binary1011110110001110101100010100011001110101001100111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD23AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD23AC; }

 p { color: rgb(189,35,172); }

 H1.HeaderClassName
 {
   color: #BD23AC;
 }
 .AnyTagClassName
 {
   color: #BD23AC;
 }
</style>
background-color css

<style>
 a { background-color: #BD23AC; }

 a { background-color: rgb(189,35,172); }

 div.DivClassName
 {
   background-color: #BD23AC;
 }
 .BgClassName
 {
   background-color: #BD23AC;
 }
</style>
border-color css

<style>
 span { border-color: #BD23AC; }

 span { border-color: rgb(189,35,172); }

 td.TdClassName
 {
   border-color: #BD23AC;
 }
 .TagClassName
 {
   border-color: #BD23AC;
 }
</style>