#B82AAA

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

Shades of Medium Red Violet #B82AAA

Tints of Medium Red Violet #B82AAA

Color information

#B82AAA (or 0xB82AAA) is unknown color: approx Medium Red Violet. HEX triplet: B8, 2A and AA. RGB value is (184,42,170). Sum of RGB (Red+Green+Blue) = 184+42+170=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B82AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82AAA is #47D555. Grayscale: #626262. Windows color (decimal): -4707670 or 11152056. OLE color: 11152056.

HSL color Cylindrical-coordinate representation of color #B82AAA: hue angle of 305.92º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82AAA is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18442170-
CMYK00.770.080.28
HSL305.92º62.83%44.31%-
HSV(B)305.92º77.17%72.16%-
XYZ27.8514.7539.41-
YUV99.05168.04188.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 42 (16.80% from 255) = 10.61%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=46.46%
G=10.61%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844217000.770.080.28305.9262.8344.31
HexB82AAA04D81C1323f2c
Octal27052252011510344627754
Binary101110001010101010101001001101100011100100110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82AAA; }

 p { color: rgb(184,42,170); }

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

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

 a { background-color: rgb(184,42,170); }

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

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

 span { border-color: rgb(184,42,170); }

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