#b63c86

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

Shades of Medium Red Violet #B63C86

Tints of Medium Red Violet #B63C86

Color information

#B63C86 (or 0xB63C86) is unknown color: approx Medium Red Violet. HEX triplet: B6, 3C and 86. RGB value is (182,60,134). Sum of RGB (Red+Green+Blue) = 182+60+134=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C86 is #49C379. Grayscale: #686868. Windows color (decimal): -4834170 or 8797366. OLE color: 8797366.

HSL color Cylindrical-coordinate representation of color #B63C86: hue angle of 323.61º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C86 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB18260134-
CMYK00.670.260.29
HSL323.61º50.41%47.45%-
HSV(B)323.61º67.03%71.37%-
XYZ25.2114.924.1-
YUV104.91144.42182.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 60 (23.83% from 255) = 15.96%
BLUE value IS 134 (52.73% from 255) = 35.64%
R=48.40%
G=15.96%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826013400.670.260.29323.6150.4147.45
HexB63C860431A1D144322f
Octal26674206010332355046257
Binary1011011011110010000110010000111101011101101000100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63c86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63c86; }

 p { color: rgb(182,60,134); }

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

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

 a { background-color: rgb(182,60,134); }

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

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

 span { border-color: rgb(182,60,134); }

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