#B83276

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

Shades of Medium Red Violet #B83276

Tints of Medium Red Violet #B83276

Color information

#B83276 (or 0xB83276) is unknown color: approx Medium Red Violet. HEX triplet: B8, 32 and 76. RGB value is (184,50,118). Sum of RGB (Red+Green+Blue) = 184+50+118=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B83276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83276 is #47CD89. Grayscale: #616161. Windows color (decimal): -4705674 or 7746232. OLE color: 7746232.

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

Color convert

RGB18450118-
CMYK00.730.360.28
HSL329.55º57.26%45.88%-
HSV(B)329.55º72.83%72.16%-
XYZ24.1813.7818.52-
YUV97.82139.39189.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.27%
GREEN value IS 50 (19.92% from 255) = 14.20%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=52.27%
G=14.20%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1845011800.730.360.28329.5557.2645.88
HexB83276049241C14a392e
Octal27062166011144345127156
Binary1011100011001011101100100100110010011100101001010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83276; }

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

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

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

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

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

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

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

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