#BD2BAA

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

Shades of Medium Red Violet #BD2BAA

Tints of Medium Red Violet #BD2BAA

Color information

#BD2BAA (or 0xBD2BAA) is unknown color: approx Medium Red Violet. HEX triplet: BD, 2B and AA. RGB value is (189,43,170). Sum of RGB (Red+Green+Blue) = 189+43+170=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 43 (17.19% from 255 or 10.70% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD2BAA is #42D455. Grayscale: #646464. Windows color (decimal): -4379734 or 11152317. OLE color: 11152317.

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

Color convert

RGB18943170-
CMYK00.770.100.26
HSL307.81º62.93%45.49%-
HSV(B)307.81º77.25%74.12%-
XYZ29.1115.4539.48-
YUV101.13166.87190.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 43 (17.19% from 255) = 10.70%
BLUE value IS 170 (66.80% from 255) = 42.29%
R=47.01%
G=10.70%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894317000.770.100.26307.8162.9345.49
HexBD2BAA04DA1A1343f2d
Octal27553252011512324647755
Binary101111011010111010101001001101101011010100110100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2BAA; }

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

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

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

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

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

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

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

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