#BD1595

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

Shades of Medium Violet Red #BD1595

Tints of Medium Violet Red #BD1595

Color information

#BD1595 (or 0xBD1595) is unknown color: approx Medium Violet Red. HEX triplet: BD, 15 and 95. RGB value is (189,21,149). Sum of RGB (Red+Green+Blue) = 189+21+149=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD1595 is #42EA6A. Grayscale: #555555. Windows color (decimal): -4385387 or 9770429. OLE color: 9770429.

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

Color convert

RGB18921149-
CMYK00.890.210.26
HSL314.29º80%41.18%-
HSV(B)314.29º88.89%74.12%-
XYZ26.6813.5329.64-
YUV85.82163.66201.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 52.65%
GREEN value IS 21 (8.59% from 255) = 5.85%
BLUE value IS 149 (58.59% from 255) = 41.50%
R=52.65%
G=5.85%
B=41.50%

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
Decimal1892114900.890.210.26314.298041.18
HexBD1595059151A13a5029
Octal275252250131253247212051
Binary1011110110101100101010101100110101110101001110101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1595; }

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

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

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

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

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

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

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

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