#B63278

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

Shades of Medium Red Violet #B63278

Tints of Medium Red Violet #B63278

Color information

#B63278 (or 0xB63278) is unknown color: approx Medium Red Violet. HEX triplet: B6, 32 and 78. RGB value is (182,50,120). Sum of RGB (Red+Green+Blue) = 182+50+120=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B63278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63278 is #49CD87. Grayscale: #616161. Windows color (decimal): -4836744 or 7877302. OLE color: 7877302.

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

Color convert

RGB18250120-
CMYK00.730.340.29
HSL328.18º56.9%45.49%-
HSV(B)328.18º72.53%71.37%-
XYZ23.8213.5819.14-
YUV97.45140.73188.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 50 (19.92% from 255) = 14.20%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=51.70%
G=14.20%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825012000.730.340.29328.1856.945.49
HexB63278049221D148392d
Octal26662170011142355107155
Binary1011011011001011110000100100110001011101101001000111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63278; }

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

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

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

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

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

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

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

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