#B33786

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

Shades of Medium Red Violet #B33786

Tints of Medium Red Violet #B33786

Color information

#B33786 (or 0xB33786) is unknown color: approx Medium Red Violet. HEX triplet: B3, 37 and 86. RGB value is (179,55,134). Sum of RGB (Red+Green+Blue) = 179+55+134=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B33786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33786 is #4CC879. Grayscale: #646464. Windows color (decimal): -5032058 or 8796083. OLE color: 8796083.

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

Color convert

RGB17955134-
CMYK00.690.250.30
HSL321.77º52.99%45.88%-
HSV(B)321.77º69.27%70.2%-
XYZ24.2614.0423.99-
YUV101.08146.58183.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 55 (21.88% from 255) = 14.95%
BLUE value IS 134 (52.73% from 255) = 36.41%
R=48.64%
G=14.95%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795513400.690.250.30321.7752.9945.88
HexB33786045191E142352e
Octal26367206010531365026556
Binary1011001111011110000110010001011100111110101000010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33786; }

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

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

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

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

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

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

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

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