#B33D8C

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

Shades of Medium Red Violet #B33D8C

Tints of Medium Red Violet #B33D8C

Color information

#B33D8C (or 0xB33D8C) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3D and 8C. RGB value is (179,61,140). Sum of RGB (Red+Green+Blue) = 179+61+140=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 61 (24.22% from 255 or 16.05% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33D8C is #4CC273. Grayscale: #696969. Windows color (decimal): -5030516 or 9190835. OLE color: 9190835.

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

Color convert

RGB17961140-
CMYK00.660.220.30
HSL319.83º49.17%47.06%-
HSV(B)319.83º65.92%70.2%-
XYZ24.9914.8126.35-
YUV105.29147.59180.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 61 (24.22% from 255) = 16.05%
BLUE value IS 140 (55.08% from 255) = 36.84%
R=47.11%
G=16.05%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796114000.660.220.30319.8349.1747.06
HexB33D8C042161E140312f
Octal26375214010226365006157
Binary1011001111110110001100010000101011011110101000000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D8C; }

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

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

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

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

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

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

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

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