#BD2B8E

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

Shades of Medium Red Violet #BD2B8E

Tints of Medium Red Violet #BD2B8E

Color information

#BD2B8E (or 0xBD2B8E) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2B and 8E. RGB value is (189,43,142). Sum of RGB (Red+Green+Blue) = 189+43+142=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2B8E is #42D471. Grayscale: #616161. Windows color (decimal): -4379762 or 9317309. OLE color: 9317309.

HSL color Cylindrical-coordinate representation of color #BD2B8E: hue angle of 319.32º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD2B8E is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB18943142-
CMYK00.770.250.26
HSL319.32º62.93%45.49%-
HSV(B)319.32º77.25%74.12%-
XYZ26.7314.526.98-
YUV97.94152.87192.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 43 (17.19% from 255) = 11.50%
BLUE value IS 142 (55.86% from 255) = 37.97%
R=50.53%
G=11.50%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894314200.770.250.26319.3262.9345.49
HexBD2B8E04D191A13f3f2d
Octal27553216011531324777755
Binary1011110110101110001110010011011100111010100111111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B8E; }

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

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

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

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

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

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

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

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