#BD1C78

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

Shades of Medium Violet Red #BD1C78

Tints of Medium Violet Red #BD1C78

Color information

#BD1C78 (or 0xBD1C78) is unknown color: approx Medium Violet Red. HEX triplet: BD, 1C and 78. RGB value is (189,28,120). Sum of RGB (Red+Green+Blue) = 189+28+120=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD1C78 is #42E387. Grayscale: #565656. Windows color (decimal): -4383624 or 7871677. OLE color: 7871677.

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

Color convert

RGB18928120-
CMYK00.850.370.26
HSL325.71º74.19%42.55%-
HSV(B)325.71º85.19%74.12%-
XYZ24.7913.0118.97-
YUV86.63146.84201.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 28 (11.33% from 255) = 8.31%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=56.08%
G=8.31%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1892812000.850.370.26325.7174.1942.55
HexBD1C78055251A1464a2b
Octal275341700125453250611253
Binary1011110111100111100001010101100101110101010001101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD1C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD1C78; }

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

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

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

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

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

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

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

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