#BD14A2

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

Shades of Medium Violet Red #BD14A2

Tints of Medium Violet Red #BD14A2

Color information

#BD14A2 (or 0xBD14A2) is unknown color: approx Medium Violet Red. HEX triplet: BD, 14 and A2. RGB value is (189,20,162). Sum of RGB (Red+Green+Blue) = 189+20+162=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD14A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD14A2 is #42EB5D. Grayscale: #565656. Windows color (decimal): -4385630 or 10622141. OLE color: 10622141.

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

Color convert

RGB18920162-
CMYK00.890.140.26
HSL309.59º80.86%40.98%-
HSV(B)309.59º89.42%74.12%-
XYZ27.7613.9335.41-
YUV86.72170.49200.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 20 (8.20% from 255) = 5.39%
BLUE value IS 162 (63.67% from 255) = 43.67%
R=50.94%
G=5.39%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892016200.890.140.26309.5980.8640.98
HexBD14A2059E1A1365129
Octal275242420131163246612151
Binary101111011010010100010010110011110110101001101101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD14A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD14A2; }

 p { color: rgb(189,20,162); }

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

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

 a { background-color: rgb(189,20,162); }

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

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

 span { border-color: rgb(189,20,162); }

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