#B63376

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

Shades of Medium Red Violet #B63376

Tints of Medium Red Violet #B63376

Color information

#B63376 (or 0xB63376) is unknown color: approx Medium Red Violet. HEX triplet: B6, 33 and 76. RGB value is (182,51,118). Sum of RGB (Red+Green+Blue) = 182+51+118=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 51 (20.31% from 255 or 14.53% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B63376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63376 is #49CC89. Grayscale: #616161. Windows color (decimal): -4836490 or 7746486. OLE color: 7746486.

HSL color Cylindrical-coordinate representation of color #B63376: hue angle of 329.31º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63376 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB18251118-
CMYK00.720.350.29
HSL329.31º56.22%45.69%-
HSV(B)329.31º71.98%71.37%-
XYZ23.7513.6218.52-
YUV97.81139.4188.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 51 (20.31% from 255) = 14.53%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=51.85%
G=14.53%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825111800.720.350.29329.3156.2245.69
HexB63376048231D149382e
Octal26663166011043355117056
Binary1011011011001111101100100100010001111101101001001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63376; }

 p { color: rgb(182,51,118); }

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

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

 a { background-color: rgb(182,51,118); }

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

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

 span { border-color: rgb(182,51,118); }

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