#BD0896

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

Shades of Medium Violet Red #BD0896

Tints of Medium Violet Red #BD0896

Color information

#BD0896 (or 0xBD0896) is unknown color: approx Medium Violet Red. HEX triplet: BD, 08 and 96. RGB value is (189,8,150). Sum of RGB (Red+Green+Blue) = 189+8+150=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0896 is #42F769. Grayscale: #4D4D4D. Windows color (decimal): -4388714 or 9832637. OLE color: 9832637.

HSL color Cylindrical-coordinate representation of color #BD0896: hue angle of 312.93º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0896 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB1898150-
CMYK00.960.210.26
HSL312.93º91.88%38.63%-
HSV(B)312.93º95.77%74.12%-
XYZ26.5813.1930-
YUV78.31168.47206.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.47%
GREEN value IS 8 (3.52% from 255) = 2.31%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=54.47%
G=2.31%
B=43.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189815000.960.210.26312.9391.8838.63
HexBD896060151A1395c27
Octal275102260140253247113447
Binary101111011000100101100110000010101110101001110011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0896; }

 p { color: rgb(189,8,150); }

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

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

 a { background-color: rgb(189,8,150); }

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

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

 span { border-color: rgb(189,8,150); }

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