#B33A92

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

Shades of Medium Red Violet #B33A92

Tints of Medium Red Violet #B33A92

Color information

#B33A92 (or 0xB33A92) is unknown color: approx Medium Red Violet. HEX triplet: B3, 3A and 92. RGB value is (179,58,146). Sum of RGB (Red+Green+Blue) = 179+58+146=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B33A92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33A92 is #4CC56D. Grayscale: #676767. Windows color (decimal): -5031278 or 9583283. OLE color: 9583283.

HSL color Cylindrical-coordinate representation of color #B33A92: hue angle of 316.36º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B33A92 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17958146-
CMYK00.680.180.30
HSL316.36º51.05%46.47%-
HSV(B)316.36º67.6%70.2%-
XYZ25.2914.6928.7-
YUV104.21151.59181.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 58 (23.05% from 255) = 15.14%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=46.74%
G=15.14%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1795814600.680.180.30316.3651.0546.47
HexB33A92044121E13c332e
Octal26372222010422364746356
Binary1011001111101010010010010001001001011110100111100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33A92; }

 p { color: rgb(179,58,146); }

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

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

 a { background-color: rgb(179,58,146); }

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

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

 span { border-color: rgb(179,58,146); }

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