#B33586

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

Shades of Medium Red Violet #B33586

Tints of Medium Red Violet #B33586

Color information

#B33586 (or 0xB33586) is unknown color: approx Medium Red Violet. HEX triplet: B3, 35 and 86. RGB value is (179,53,134). Sum of RGB (Red+Green+Blue) = 179+53+134=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B33586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33586 is #4CCA79. Grayscale: #636363. Windows color (decimal): -5032570 or 8795571. OLE color: 8795571.

HSL color Cylindrical-coordinate representation of color #B33586: hue angle of 321.43º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33586 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB17953134-
CMYK00.700.250.30
HSL321.43º54.31%45.49%-
HSV(B)321.43º70.39%70.2%-
XYZ24.1713.8523.95-
YUV99.91147.24184.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.91%
GREEN value IS 53 (21.09% from 255) = 14.48%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=48.91%
G=14.48%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795313400.700.250.30321.4354.3145.49
HexB33586046191E141362d
Octal26365206010631365016655
Binary1011001111010110000110010001101100111110101000001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33586; }

 p { color: rgb(179,53,134); }

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

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

 a { background-color: rgb(179,53,134); }

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

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

 span { border-color: rgb(179,53,134); }

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