#BD2E88

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

Shades of Medium Red Violet #BD2E88

Tints of Medium Red Violet #BD2E88

Color information

#BD2E88 (or 0xBD2E88) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2E and 88. RGB value is (189,46,136). Sum of RGB (Red+Green+Blue) = 189+46+136=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2E88 is #42D177. Grayscale: #626262. Windows color (decimal): -4379000 or 8924861. OLE color: 8924861.

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

Color convert

RGB18946136-
CMYK00.760.280.26
HSL322.24º60.85%46.08%-
HSV(B)322.24º75.66%74.12%-
XYZ26.4114.5524.71-
YUV99.02148.88192.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 46 (18.36% from 255) = 12.40%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=50.94%
G=12.40%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894613600.760.280.26322.2460.8546.08
HexBD2E8804C1C1A1423d2e
Octal27556210011434325027556
Binary1011110110111010001000010011001110011010101000010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2E88; }

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

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

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

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

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

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

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

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