#B82876

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

Shades of Medium Red Violet #B82876

Tints of Medium Red Violet #B82876

Color information

#B82876 (or 0xB82876) is unknown color: approx Medium Red Violet. HEX triplet: B8, 28 and 76. RGB value is (184,40,118). Sum of RGB (Red+Green+Blue) = 184+40+118=342 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.80% from 342); Green value is 40 (16.02% from 255 or 11.70% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 184 - color contains mainly: red. Hex color #B82876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82876 is #47D789. Grayscale: #5B5B5B. Windows color (decimal): -4708234 or 7743672. OLE color: 7743672.

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

Color convert

RGB18440118-
CMYK00.780.360.28
HSL327.5º64.29%43.92%-
HSV(B)327.5º78.26%72.16%-
XYZ23.813.0218.4-
YUV91.95142.71193.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.80%
GREEN value IS 40 (16.02% from 255) = 11.70%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=53.80%
G=11.70%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1844011800.780.360.28327.564.2943.92
HexB8287604E241C148402c
Octal270501660116443451010054
Binary10111000101000111011001001110100100111001010010001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82876; }

 p { color: rgb(184,40,118); }

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

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

 a { background-color: rgb(184,40,118); }

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

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

 span { border-color: rgb(184,40,118); }

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