#B30995

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

Shades of Medium Violet Red #B30995

Tints of Medium Violet Red #B30995

Color information

#B30995 (or 0xB30995) is unknown color: approx Medium Violet Red. HEX triplet: B3, 09 and 95. RGB value is (179,9,149). Sum of RGB (Red+Green+Blue) = 179+9+149=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B30995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30995 is #4CF66A. Grayscale: #4B4B4B. Windows color (decimal): -5043819 or 9767347. OLE color: 9767347.

HSL color Cylindrical-coordinate representation of color #B30995: hue angle of 310.59º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30995 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB1799149-
CMYK00.950.170.30
HSL310.59º90.43%36.86%-
HSV(B)310.59º94.97%70.2%-
XYZ24.1111.9529.47-
YUV75.79169.32201.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 53.12%
GREEN value IS 9 (3.91% from 255) = 2.67%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=53.12%
G=2.67%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179914900.950.170.30310.5990.4336.86
HexB399505F111E1375a25
Octal263112250137213646713245
Binary101100111001100101010101111110001111101001101111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30995; }

 p { color: rgb(179,9,149); }

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

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

 a { background-color: rgb(179,9,149); }

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

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

 span { border-color: rgb(179,9,149); }

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