#B63471

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

Shades of Medium Red Violet #B63471

Tints of Medium Red Violet #B63471

Color information

#B63471 (or 0xB63471) is unknown color: approx Medium Red Violet. HEX triplet: B6, 34 and 71. RGB value is (182,52,113). Sum of RGB (Red+Green+Blue) = 182+52+113=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B63471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63471 is #49CB8E. Grayscale: #616161. Windows color (decimal): -4836239 or 7419062. OLE color: 7419062.

HSL color Cylindrical-coordinate representation of color #B63471: hue angle of 331.85º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63471 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB18252113-
CMYK00.710.380.29
HSL331.85º55.56%45.88%-
HSV(B)331.85º71.43%71.37%-
XYZ23.513.5917.01-
YUV97.82136.57188.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.45%
GREEN value IS 52 (20.70% from 255) = 14.99%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=52.45%
G=14.99%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825211300.710.380.29331.8555.5645.88
HexB63471047261D14c382e
Octal26664161010746355147056
Binary1011011011010011100010100011110011011101101001100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63471; }

 p { color: rgb(182,52,113); }

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

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

 a { background-color: rgb(182,52,113); }

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

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

 span { border-color: rgb(182,52,113); }

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