#B30199

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

Shades of Medium Violet Red #B30199

Tints of Medium Violet Red #B30199

Color information

#B30199 (or 0xB30199) is unknown color: approx Medium Violet Red. HEX triplet: B3, 01 and 99. RGB value is (179,1,153). Sum of RGB (Red+Green+Blue) = 179+1+153=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B30199 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30199 is #4CFE66. Grayscale: #474747. Windows color (decimal): -5045863 or 10027443. OLE color: 10027443.

HSL color Cylindrical-coordinate representation of color #B30199: hue angle of 308.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30199 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB1791153-
CMYK00.990.150.30
HSL308.76º98.89%35.29%-
HSV(B)308.76º99.44%70.2%-
XYZ24.3511.9131.15-
YUV71.55173.97204.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.75%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=53.75%
G=0.30%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179115300.990.150.30308.7698.8935.29
HexB3199063F1E1356323
Octal26312310143173646514343
Binary10110011110011001011000111111111101001101011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30199; }

 p { color: rgb(179,1,153); }

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

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

 a { background-color: rgb(179,1,153); }

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

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

 span { border-color: rgb(179,1,153); }

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