#B33D84

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

Shades of Medium Red Violet #B33D84

Tints of Medium Red Violet #B33D84

Color information

#B33D84 (or 0xB33D84) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3D and 84. RGB value is (179,61,132). Sum of RGB (Red+Green+Blue) = 179+61+132=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33D84 is #4CC27B. Grayscale: #686868. Windows color (decimal): -5030524 or 8666547. OLE color: 8666547.

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

Color convert

RGB17961132-
CMYK00.660.260.30
HSL323.9º49.17%47.06%-
HSV(B)323.9º65.92%70.2%-
XYZ24.4214.5923.36-
YUV104.38143.59181.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.12%
GREEN value IS 61 (24.22% from 255) = 16.40%
BLUE value IS 132 (51.95% from 255) = 35.48%
R=48.12%
G=16.40%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796113200.660.260.30323.949.1747.06
HexB33D840421A1E144312f
Octal26375204010232365046157
Binary1011001111110110000100010000101101011110101000100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D84; }

 p { color: rgb(179,61,132); }

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

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

 a { background-color: rgb(179,61,132); }

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

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

 span { border-color: rgb(179,61,132); }

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