#B33A85

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

Shades of Medium Red Violet #B33A85

Tints of Medium Red Violet #B33A85

Color information

#B33A85 (or 0xB33A85) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3A and 85. RGB value is (179,58,133). Sum of RGB (Red+Green+Blue) = 179+58+133=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33A85 is #4CC57A. Grayscale: #666666. Windows color (decimal): -5031291 or 8731315. OLE color: 8731315.

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

Color convert

RGB17958133-
CMYK00.680.260.30
HSL322.81º51.05%46.47%-
HSV(B)322.81º67.6%70.2%-
XYZ24.3414.323.67-
YUV102.73145.09182.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.38%
GREEN value IS 58 (23.05% from 255) = 15.68%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=48.38%
G=15.68%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795813300.680.260.30322.8151.0546.47
HexB33A850441A1E143332e
Octal26372205010432365036356
Binary1011001111101010000101010001001101011110101000011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33A85; }

 p { color: rgb(179,58,133); }

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

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

 a { background-color: rgb(179,58,133); }

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

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

 span { border-color: rgb(179,58,133); }

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