#B33D91

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

Shades of Medium Red Violet #B33D91

Tints of Medium Red Violet #B33D91

Color information

#B33D91 (or 0xB33D91) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3D and 91. RGB value is (179,61,145). Sum of RGB (Red+Green+Blue) = 179+61+145=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33D91 is #4CC26E. Grayscale: #696969. Windows color (decimal): -5030511 or 9518515. OLE color: 9518515.

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

Color convert

RGB17961145-
CMYK00.660.190.30
HSL317.29º49.17%47.06%-
HSV(B)317.29º65.92%70.2%-
XYZ25.3714.9728.34-
YUV105.86150.09180.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.49%
GREEN value IS 61 (24.22% from 255) = 15.84%
BLUE value IS 145 (57.03% from 255) = 37.66%
R=46.49%
G=15.84%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796114500.660.190.30317.2949.1747.06
HexB33D91042131E13d312f
Octal26375221010223364756157
Binary1011001111110110010001010000101001111110100111101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33D91; }

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

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

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

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

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

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

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

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