#B33582

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

Shades of Medium Red Violet #B33582

Tints of Medium Red Violet #B33582

Color information

#B33582 (or 0xB33582) is unknown color: approx Medium Red Violet. HEX triplet: B3, 35 and 82. RGB value is (179,53,130). Sum of RGB (Red+Green+Blue) = 179+53+130=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B33582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33582 is #4CCA7D. Grayscale: #636363. Windows color (decimal): -5032574 or 8533427. OLE color: 8533427.

HSL color Cylindrical-coordinate representation of color #B33582: hue angle of 323.33º 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 #B33582 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB17953130-
CMYK00.700.270.30
HSL323.33º54.31%45.49%-
HSV(B)323.33º70.39%70.2%-
XYZ23.8913.7422.51-
YUV99.45145.24184.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.45%
GREEN value IS 53 (21.09% from 255) = 14.64%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=49.45%
G=14.64%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795313000.700.270.30323.3354.3145.49
HexB335820461B1E143362d
Octal26365202010633365036655
Binary1011001111010110000010010001101101111110101000011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33582; }

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

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

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

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

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

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

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

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