#BD0091

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

Shades of Medium Violet Red #BD0091

Tints of Medium Violet Red #BD0091

Color information

#BD0091 (or 0xBD0091) is unknown color: approx Medium Violet Red. HEX triplet: BD, 00 and 91. RGB value is (189,0,145). Sum of RGB (Red+Green+Blue) = 189+0+145=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0091 is #42FF6E. Grayscale: #484848. Windows color (decimal): -4390767 or 9502909. OLE color: 9502909.

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

Color convert

RGB1890145-
CMYK010.230.26
HSL313.97º100%37.06%-
HSV(B)313.97º100%74.12%-
XYZ26.112.8627.9-
YUV73.04168.62210.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 43.41%
R=56.59%
G=0%
B=43.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1890145010.230.26313.9710037.06
HexBD091064171A13a6425
Octal27502210144273247214445
Binary101111010100100010110010010111110101001110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0091; }

 p { color: rgb(189,0,145); }

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

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

 a { background-color: rgb(189,0,145); }

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

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

 span { border-color: rgb(189,0,145); }

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