#BD0F74

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

Shades of Medium Violet Red #BD0F74

Tints of Medium Violet Red #BD0F74

Color information

#BD0F74 (or 0xBD0F74) is unknown color: approx Medium Violet Red. HEX triplet: BD, 0F and 74. RGB value is (189,15,116). Sum of RGB (Red+Green+Blue) = 189+15+116=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F74 is #42F08B. Grayscale: #4E4E4E. Windows color (decimal): -4386956 or 7606205. OLE color: 7606205.

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

Color convert

RGB18915116-
CMYK00.920.390.26
HSL325.17º85.29%40%-
HSV(B)325.17º92.06%74.12%-
XYZ24.3112.4217.64-
YUV78.54149.15206.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 15 (6.25% from 255) = 4.69%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=59.06%
G=4.69%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891511600.920.390.26325.1785.2940
HexBDF7405C271A1455528
Octal275171640134473250512550
Binary101111011111111010001011100100111110101010001011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0F74; }

 p { color: rgb(189,15,116); }

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

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

 a { background-color: rgb(189,15,116); }

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

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

 span { border-color: rgb(189,15,116); }

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