#B82172

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

Shades of Medium Red Violet #B82172

Tints of Medium Red Violet #B82172

Color information

#B82172 (or 0xB82172) is unknown color: approx Medium Red Violet. HEX triplet: B8, 21 and 72. RGB value is (184,33,114). Sum of RGB (Red+Green+Blue) = 184+33+114=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 33 (13.28% from 255 or 9.97% from 331); Blue value is 114 (44.92% from 255 or 34.44% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B82172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B82172 is #47DE8D. Grayscale: #575757. Windows color (decimal): -4710030 or 7479736. OLE color: 7479736.

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

Color convert

RGB18433114-
CMYK00.820.380.28
HSL327.81º69.59%42.55%-
HSV(B)327.81º82.07%72.16%-
XYZ23.3512.4917.1-
YUV87.38143.03196.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 33 (13.28% from 255) = 9.97%
BLUE value IS 114 (44.92% from 255) = 34.44%
R=55.59%
G=9.97%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843311400.820.380.28327.8169.5942.55
HexB82172052261C148462b
Octal270411620122463451010653
Binary10111000100001111001001010010100110111001010010001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82172; }

 p { color: rgb(184,33,114); }

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

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

 a { background-color: rgb(184,33,114); }

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

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

 span { border-color: rgb(184,33,114); }

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