#BD1596

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

Shades of Medium Violet Red #BD1596

Tints of Medium Violet Red #BD1596

Color information

#BD1596 (or 0xBD1596) is unknown color: approx Medium Violet Red. HEX triplet: BD, 15 and 96. RGB value is (189,21,150). Sum of RGB (Red+Green+Blue) = 189+21+150=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 21 (8.59% from 255 or 5.83% from 360); Blue value is 150 (58.98% from 255 or 41.67% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1596 is #42EA69. Grayscale: #555555. Windows color (decimal): -4385386 or 9835965. OLE color: 9835965.

HSL color Cylindrical-coordinate representation of color #BD1596: hue angle of 313.93º degrees, saturation: 0.8, 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 #BD1596 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB18921150-
CMYK00.890.210.26
HSL313.93º80%41.18%-
HSV(B)313.93º88.89%74.12%-
XYZ26.7613.5630.06-
YUV85.94164.16201.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.5%
GREEN value IS 21 (8.59% from 255) = 5.83%
BLUE value IS 150 (58.98% from 255) = 41.67%
R=52.5%
G=5.83%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892115000.890.210.26313.938041.18
HexBD1596059151A13a5029
Octal275252260131253247212051
Binary1011110110101100101100101100110101110101001110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1596; }

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

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

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

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

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

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

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

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