#B63374

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

Shades of Medium Red Violet #B63374

Tints of Medium Red Violet #B63374

Color information

#B63374 (or 0xB63374) is unknown color: approx Medium Red Violet. HEX triplet: B6, 33 and 74. RGB value is (182,51,116). Sum of RGB (Red+Green+Blue) = 182+51+116=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B63374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63374 is #49CC8B. Grayscale: #616161. Windows color (decimal): -4836492 or 7615414. OLE color: 7615414.

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

Color convert

RGB18251116-
CMYK00.720.360.29
HSL330.23º56.22%45.69%-
HSV(B)330.23º71.98%71.37%-
XYZ23.6313.5717.9-
YUV97.58138.4188.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.15%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=52.15%
G=14.61%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1825111600.720.360.29330.2356.2245.69
HexB63374048241D14a382e
Octal26663164011044355127056
Binary1011011011001111101000100100010010011101101001010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63374; }

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

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

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

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

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

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

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

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