#BD0088

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

Shades of Medium Violet Red #BD0088

Tints of Medium Violet Red #BD0088

Color information

#BD0088 (or 0xBD0088) is unknown color: approx Medium Violet Red. HEX triplet: BD, 00 and 88. RGB value is (189,0,136). Sum of RGB (Red+Green+Blue) = 189+0+136=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0088 is #42FF77. Grayscale: #474747. Windows color (decimal): -4390776 or 8913085. OLE color: 8913085.

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

Color convert

RGB1890136-
CMYK010.280.26
HSL316.83º100%37.06%-
HSV(B)316.83º100%74.12%-
XYZ25.4312.624.38-
YUV72.02164.12211.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 41.85%
R=58.15%
G=0%
B=41.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1890136010.280.26316.8310037.06
HexBD0880641C1A13d6425
Octal27502100144343247514445
Binary101111010100010000110010011100110101001111011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0088; }

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

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

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

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

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

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

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

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