#BD0F73

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

Shades of Medium Violet Red #BD0F73

Tints of Medium Violet Red #BD0F73

Color information

#BD0F73 (or 0xBD0F73) is unknown color: approx Medium Violet Red. HEX triplet: BD, 0F and 73. RGB value is (189,15,115). Sum of RGB (Red+Green+Blue) = 189+15+115=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F73 is #42F08C. Grayscale: #4E4E4E. Windows color (decimal): -4386957 or 7540669. OLE color: 7540669.

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

Color convert

RGB18915115-
CMYK00.920.390.26
HSL325.52º85.29%40%-
HSV(B)325.52º92.06%74.12%-
XYZ24.2512.417.33-
YUV78.43148.65206.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.25%
GREEN value IS 15 (6.25% from 255) = 4.70%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=59.25%
G=4.70%
B=36.05%

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
Decimal1891511500.920.390.26325.5285.2940
HexBDF7305C271A1465528
Octal275171630134473250612550
Binary101111011111111001101011100100111110101010001101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0F73; }

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

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

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

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

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

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

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

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