#BD0286

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

Shades of Medium Violet Red #BD0286

Tints of Medium Violet Red #BD0286

Color information

#BD0286 (or 0xBD0286) is unknown color: approx Medium Violet Red. HEX triplet: BD, 02 and 86. RGB value is (189,2,134). Sum of RGB (Red+Green+Blue) = 189+2+134=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0286 is #42FD79. Grayscale: #484848. Windows color (decimal): -4390266 or 8782525. OLE color: 8782525.

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

Color convert

RGB1892134-
CMYK00.990.290.26
HSL317.65º97.91%37.45%-
HSV(B)317.65º98.94%74.12%-
XYZ25.3112.5823.65-
YUV72.96162.45210.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=58.15%
G=0.62%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189213400.990.290.26317.6597.9137.45
HexBD2860631D1A13e6225
Octal27522060143353247614245
Binary1011110110100001100110001111101110101001111101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0286; }

 p { color: rgb(189,2,134); }

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

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

 a { background-color: rgb(189,2,134); }

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

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

 span { border-color: rgb(189,2,134); }

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