#B82B80

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

Shades of Medium Red Violet #B82B80

Tints of Medium Red Violet #B82B80

Color information

#B82B80 (or 0xB82B80) is unknown color: approx Medium Red Violet. HEX triplet: B8, 2B and 80. RGB value is (184,43,128). Sum of RGB (Red+Green+Blue) = 184+43+128=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B82B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B82B80 is #47D47F. Grayscale: #5E5E5E. Windows color (decimal): -4707456 or 8399800. OLE color: 8399800.

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

Color convert

RGB18443128-
CMYK00.770.300.28
HSL323.83º62.11%44.51%-
HSV(B)323.83º76.63%72.16%-
XYZ24.5313.4821.73-
YUV94.85146.71191.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 43 (17.19% from 255) = 12.11%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=51.83%
G=12.11%
B=36.06%

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
Decimal1844312800.770.300.28323.8362.1144.51
HexB82B8004D1E1C1443e2d
Octal27053200011536345047655
Binary1011100010101110000000010011011111011100101000100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82B80; }

 p { color: rgb(184,43,128); }

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

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

 a { background-color: rgb(184,43,128); }

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

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

 span { border-color: rgb(184,43,128); }

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