#BD088A

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

Shades of Medium Violet Red #BD088A

Tints of Medium Violet Red #BD088A

Color information

#BD088A (or 0xBD088A) is unknown color: approx Medium Violet Red. HEX triplet: BD, 08 and 8A. RGB value is (189,8,138). Sum of RGB (Red+Green+Blue) = 189+8+138=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD088A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD088A is #42F775. Grayscale: #4C4C4C. Windows color (decimal): -4388726 or 9046205. OLE color: 9046205.

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

Color convert

RGB1898138-
CMYK00.960.270.26
HSL316.91º91.88%38.63%-
HSV(B)316.91º95.77%74.12%-
XYZ25.6612.8325.17-
YUV76.94162.47207.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 8 (3.52% from 255) = 2.39%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=56.42%
G=2.39%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189813800.960.270.26316.9191.8838.63
HexBD88A0601B1A13d5c27
Octal275102120140333247513447
Binary101111011000100010100110000011011110101001111011011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD088A; }

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

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

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

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

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

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

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

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