#B33D9A

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

Shades of Medium Red Violet #B33D9A

Tints of Medium Red Violet #B33D9A

Color information

#B33D9A (or 0xB33D9A) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3D and 9A. RGB value is (179,61,154). Sum of RGB (Red+Green+Blue) = 179+61+154=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33D9A is #4CC265. Grayscale: #6A6A6A. Windows color (decimal): -5030502 or 10108339. OLE color: 10108339.

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

Color convert

RGB17961154-
CMYK00.660.140.30
HSL312.71º49.17%47.06%-
HSV(B)312.71º65.92%70.2%-
XYZ26.0915.2532.14-
YUV106.88154.59179.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 61 (24.22% from 255) = 15.48%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=45.43%
G=15.48%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796115400.660.140.30312.7149.1747.06
HexB33D9A042E1E139312f
Octal26375232010216364716157
Binary101100111111011001101001000010111011110100111001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D9A; }

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

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

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

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

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

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

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

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