#B63375

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

Shades of Medium Red Violet #B63375

Tints of Medium Red Violet #B63375

Color information

#B63375 (or 0xB63375) is unknown color: approx Medium Red Violet. HEX triplet: B6, 33 and 75. RGB value is (182,51,117). Sum of RGB (Red+Green+Blue) = 182+51+117=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B63375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63375 is #49CC8A. Grayscale: #616161. Windows color (decimal): -4836491 or 7680950. OLE color: 7680950.

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

Color convert

RGB18251117-
CMYK00.720.360.29
HSL329.77º56.22%45.69%-
HSV(B)329.77º71.98%71.37%-
XYZ23.6913.618.21-
YUV97.69138.9188.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52%
GREEN value IS 51 (20.31% from 255) = 14.57%
BLUE value IS 117 (46.09% from 255) = 33.43%
R=52%
G=14.57%
B=33.43%

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
Decimal1825111700.720.360.29329.7756.2245.69
HexB63375048241D14a382e
Octal26663165011044355127056
Binary1011011011001111101010100100010010011101101001010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63375; }

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

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

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

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

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

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

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

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