#B63B78

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

Shades of Medium Red Violet #B63B78

Tints of Medium Red Violet #B63B78

Color information

#B63B78 (or 0xB63B78) is unknown color: approx Medium Red Violet. HEX triplet: B6, 3B and 78. RGB value is (182,59,120). Sum of RGB (Red+Green+Blue) = 182+59+120=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63B78 is #49C487. Grayscale: #666666. Windows color (decimal): -4834440 or 7879606. OLE color: 7879606.

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

Color convert

RGB18259120-
CMYK00.680.340.29
HSL330.24º51.04%47.25%-
HSV(B)330.24º67.58%71.37%-
XYZ24.2514.4319.28-
YUV102.73137.75184.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.42%
GREEN value IS 59 (23.44% from 255) = 16.34%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=50.42%
G=16.34%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825912000.680.340.29330.2451.0447.25
HexB63B78044221D14a332f
Octal26673170010442355126357
Binary1011011011101111110000100010010001011101101001010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63B78; }

 p { color: rgb(182,59,120); }

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

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

 a { background-color: rgb(182,59,120); }

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

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

 span { border-color: rgb(182,59,120); }

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