#BD1B78

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

Shades of Medium Violet Red #BD1B78

Tints of Medium Violet Red #BD1B78

Color information

#BD1B78 (or 0xBD1B78) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1B and 78. RGB value is (189,27,120). Sum of RGB (Red+Green+Blue) = 189+27+120=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 27 (10.94% from 255 or 8.04% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1B78 is #42E487. Grayscale: #555555. Windows color (decimal): -4383880 or 7871421. OLE color: 7871421.

HSL color Cylindrical-coordinate representation of color #BD1B78: hue angle of 325.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD1B78 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB18927120-
CMYK00.860.370.26
HSL325.56º75%42.35%-
HSV(B)325.56º85.71%74.12%-
XYZ24.7712.9618.97-
YUV86.04147.17201.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 27 (10.94% from 255) = 8.04%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=56.25%
G=8.04%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892712000.860.370.26325.567542.35
HexBD1B78056251A1464b2a
Octal275331700126453250611352
Binary1011110111011111100001010110100101110101010001101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1B78; }

 p { color: rgb(189,27,120); }

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

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

 a { background-color: rgb(189,27,120); }

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

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

 span { border-color: rgb(189,27,120); }

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