#BD0B84

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

Shades of Medium Violet Red #BD0B84

Tints of Medium Violet Red #BD0B84

Color information

#BD0B84 (or 0xBD0B84) is unknown color: approx Medium Violet Red. HEX triplet: BD, 0B and 84. RGB value is (189,11,132). Sum of RGB (Red+Green+Blue) = 189+11+132=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0B84 is #42F47B. Grayscale: #4D4D4D. Windows color (decimal): -4387964 or 8653757. OLE color: 8653757.

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

Color convert

RGB18911132-
CMYK00.940.300.26
HSL319.21º89%39.22%-
HSV(B)319.21º94.18%74.12%-
XYZ25.2712.7222.95-
YUV78.02158.47207.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.93%
GREEN value IS 11 (4.69% from 255) = 3.31%
BLUE value IS 132 (51.95% from 255) = 39.76%
R=56.93%
G=3.31%
B=39.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891113200.940.300.26319.218939.22
HexBDB8405E1E1A13f5927
Octal275132040136363247713147
Binary101111011011100001000101111011110110101001111111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0B84; }

 p { color: rgb(189,11,132); }

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

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

 a { background-color: rgb(189,11,132); }

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

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

 span { border-color: rgb(189,11,132); }

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