#B82071

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

Shades of Medium Red Violet #B82071

Tints of Medium Red Violet #B82071

Color information

#B82071 (or 0xB82071) is unknown color: approx Medium Red Violet. HEX triplet: B8, 20 and 71. RGB value is (184,32,113). Sum of RGB (Red+Green+Blue) = 184+32+113=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B82071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82071 is #47DF8E. Grayscale: #565656. Windows color (decimal): -4710287 or 7413944. OLE color: 7413944.

HSL color Cylindrical-coordinate representation of color #B82071: hue angle of 328.03º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82071 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB18432113-
CMYK00.830.390.28
HSL328.03º70.37%42.35%-
HSV(B)328.03º82.61%72.16%-
XYZ23.2612.4216.79-
YUV86.68142.86197.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.93%
GREEN value IS 32 (12.89% from 255) = 9.73%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=55.93%
G=9.73%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843211300.830.390.28328.0370.3742.35
HexB82071053271C148462a
Octal270401610123473451010652
Binary10111000100000111000101010011100111111001010010001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82071; }

 p { color: rgb(184,32,113); }

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

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

 a { background-color: rgb(184,32,113); }

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

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

 span { border-color: rgb(184,32,113); }

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