#BD0888

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

Shades of Medium Violet Red #BD0888

Tints of Medium Violet Red #BD0888

Color information

#BD0888 (or 0xBD0888) is unknown color: approx Medium Violet Red. HEX triplet: BD, 08 and 88. RGB value is (189,8,136). Sum of RGB (Red+Green+Blue) = 189+8+136=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0888 is #42F777. Grayscale: #4C4C4C. Windows color (decimal): -4388728 or 8915133. OLE color: 8915133.

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

Color convert

RGB1898136-
CMYK00.960.280.26
HSL317.57º91.88%38.63%-
HSV(B)317.57º95.77%74.12%-
XYZ25.5212.7724.41-
YUV76.71161.47208.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.76%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=56.76%
G=2.40%
B=40.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189813600.960.280.26317.5791.8838.63
HexBD8880601C1A13e5c27
Octal275102100140343247613447
Binary101111011000100010000110000011100110101001111101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0888; }

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

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

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

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

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

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

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

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