#BD2B9E

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

Shades of Medium Red Violet #BD2B9E

Tints of Medium Red Violet #BD2B9E

Color information

#BD2B9E (or 0xBD2B9E) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2B and 9E. RGB value is (189,43,158). Sum of RGB (Red+Green+Blue) = 189+43+158=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2B9E is #42D461. Grayscale: #636363. Windows color (decimal): -4379746 or 10365885. OLE color: 10365885.

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

Color convert

RGB18943158-
CMYK00.770.160.26
HSL312.74º62.93%45.49%-
HSV(B)312.74º77.25%74.12%-
XYZ28.0215.0233.77-
YUV99.76160.87191.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.46%
GREEN value IS 43 (17.19% from 255) = 11.03%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=48.46%
G=11.03%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894315800.770.160.26312.7462.9345.49
HexBD2B9E04D101A1393f2d
Octal27553236011520324717755
Binary1011110110101110011110010011011000011010100111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2B9E; }

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

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

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

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

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

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

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

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