#BD0472

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

Shades of Medium Violet Red #BD0472

Tints of Medium Violet Red #BD0472

Color information

#BD0472 (or 0xBD0472) is unknown color: approx Medium Violet Red. HEX triplet: BD, 04 and 72. RGB value is (189,4,114). Sum of RGB (Red+Green+Blue) = 189+4+114=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0472 is #42FB8D. Grayscale: #474747. Windows color (decimal): -4389774 or 7472317. OLE color: 7472317.

HSL color Cylindrical-coordinate representation of color #BD0472: hue angle of 324.32º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0472 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB1894114-
CMYK00.980.400.26
HSL324.32º95.85%37.84%-
HSV(B)324.32º97.88%74.12%-
XYZ24.0712.1216.99-
YUV71.85151.79211.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.56%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 114 (44.92% from 255) = 37.13%
R=61.56%
G=1.30%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189411400.980.400.26324.3295.8537.84
HexBD472062281A1446026
Octal27541620142503250414046
Binary10111101100111001001100010101000110101010001001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0472; }

 p { color: rgb(189,4,114); }

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

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

 a { background-color: rgb(189,4,114); }

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

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

 span { border-color: rgb(189,4,114); }

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