#B33D9C

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

Shades of Medium Red Violet #B33D9C

Tints of Medium Red Violet #B33D9C

Color information

#B33D9C (or 0xB33D9C) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3D and 9C. RGB value is (179,61,156). Sum of RGB (Red+Green+Blue) = 179+61+156=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33D9C is #4CC263. Grayscale: #6A6A6A. Windows color (decimal): -5030500 or 10239411. OLE color: 10239411.

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

Color convert

RGB17961156-
CMYK00.660.130.30
HSL311.69º49.17%47.06%-
HSV(B)311.69º65.92%70.2%-
XYZ26.2615.3233.03-
YUV107.11155.59179.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 61 (24.22% from 255) = 15.40%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=45.20%
G=15.40%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796115600.660.130.30311.6949.1747.06
HexB33D9C042D1E138312f
Octal26375234010215364706157
Binary101100111111011001110001000010110111110100111000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D9C; }

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

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

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

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

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

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

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

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