#B82A81

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

Shades of Medium Red Violet #B82A81

Tints of Medium Red Violet #B82A81

Color information

#B82A81 (or 0xB82A81) is unknown color: approx Medium Red Violet. HEX triplet: B8, 2A and 81. RGB value is (184,42,129). Sum of RGB (Red+Green+Blue) = 184+42+129=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 42 (16.80% from 255 or 11.83% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82A81 is #47D57E. Grayscale: #5E5E5E. Windows color (decimal): -4707711 or 8465080. OLE color: 8465080.

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

Color convert

RGB18442129-
CMYK00.770.300.28
HSL323.24º62.83%44.31%-
HSV(B)323.24º77.17%72.16%-
XYZ24.5613.4322.07-
YUV94.38147.54191.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 42 (16.80% from 255) = 11.83%
BLUE value IS 129 (50.78% from 255) = 36.34%
R=51.83%
G=11.83%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844212900.770.300.28323.2462.8344.31
HexB82A8104D1E1C1433f2c
Octal27052201011536345037754
Binary1011100010101010000001010011011111011100101000011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82A81; }

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

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

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

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

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

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

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

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