#B63C7B

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

Shades of Medium Red Violet #B63C7B

Tints of Medium Red Violet #B63C7B

Color information

#B63C7B (or 0xB63C7B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 3C and 7B. RGB value is (182,60,123). Sum of RGB (Red+Green+Blue) = 182+60+123=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C7B is #49C384. Grayscale: #676767. Windows color (decimal): -4834181 or 8076470. OLE color: 8076470.

HSL color Cylindrical-coordinate representation of color #B63C7B: hue angle of 329.02º 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 #B63C7B is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB18260123-
CMYK00.670.320.29
HSL329.02º50.41%47.45%-
HSV(B)329.02º67.03%71.37%-
XYZ24.4814.6120.27-
YUV103.66138.92183.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 60 (23.83% from 255) = 16.44%
BLUE value IS 123 (48.44% from 255) = 33.70%
R=49.86%
G=16.44%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826012300.670.320.29329.0250.4147.45
HexB63C7B043201D149322f
Octal26674173010340355116257
Binary1011011011110011110110100001110000011101101001001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63C7B; }

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

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

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

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

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

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

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

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