#b63f86

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

Shades of Medium Red Violet #B63F86

Tints of Medium Red Violet #B63F86

Color information

#B63F86 (or 0xB63F86) is unknown color: approx Medium Red Violet. HEX triplet: B6, 3F and 86. RGB value is (182,63,134). Sum of RGB (Red+Green+Blue) = 182+63+134=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63F86 is #49C079. Grayscale: #6A6A6A. Windows color (decimal): -4833402 or 8798134. OLE color: 8798134.

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

Color convert

RGB18263134-
CMYK00.650.260.29
HSL324.2º48.57%48.04%-
HSV(B)324.2º65.38%71.37%-
XYZ25.3715.2224.16-
YUV106.68143.42181.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=48.02%
G=16.62%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826313400.650.260.29324.248.5748.04
HexB63F860411A1D1443130
Octal26677206010132355046160
Binary1011011011111110000110010000011101011101101000100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b63f86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b63f86; }

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

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

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

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

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

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

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

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