#B63372

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

Shades of Medium Red Violet #B63372

Tints of Medium Red Violet #B63372

Color information

#B63372 (or 0xB63372) is unknown color: approx Medium Red Violet. HEX triplet: B6, 33 and 72. RGB value is (182,51,114). Sum of RGB (Red+Green+Blue) = 182+51+114=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B63372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63372 is #49CC8D. Grayscale: #616161. Windows color (decimal): -4836494 or 7484342. OLE color: 7484342.

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

Color convert

RGB18251114-
CMYK00.720.370.29
HSL331.15º56.22%45.69%-
HSV(B)331.15º71.98%71.37%-
XYZ23.5113.5317.29-
YUV97.35137.4188.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.45%
GREEN value IS 51 (20.31% from 255) = 14.70%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=52.45%
G=14.70%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825111400.720.370.29331.1556.2245.69
HexB63372048251D14b382e
Octal26663162011045355137056
Binary1011011011001111100100100100010010111101101001011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63372; }

 p { color: rgb(182,51,114); }

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

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

 a { background-color: rgb(182,51,114); }

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

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

 span { border-color: rgb(182,51,114); }

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