#BD088E

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

Shades of Medium Violet Red #BD088E

Tints of Medium Violet Red #BD088E

Color information

#BD088E (or 0xBD088E) is unknown color: approx Medium Violet Red. HEX triplet: BD, 08 and 8E. RGB value is (189,8,142). Sum of RGB (Red+Green+Blue) = 189+8+142=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD088E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD088E is #42F771. Grayscale: #4D4D4D. Windows color (decimal): -4388722 or 9308349. OLE color: 9308349.

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

Color convert

RGB1898142-
CMYK00.960.250.26
HSL315.58º91.88%38.63%-
HSV(B)315.58º95.77%74.12%-
XYZ25.9612.9526.72-
YUV77.4164.47207.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 8 (3.52% from 255) = 2.36%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=55.75%
G=2.36%
B=41.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189814200.960.250.26315.5891.8838.63
HexBD88E060191A13c5c27
Octal275102160140313247413447
Binary101111011000100011100110000011001110101001111001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD088E; }

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

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

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

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

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

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

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

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