#B30194

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

Shades of Medium Violet Red #B30194

Tints of Medium Violet Red #B30194

Color information

#B30194 (or 0xB30194) is unknown color: approx Medium Violet Red. HEX triplet: B3, 01 and 94. RGB value is (179,1,148). Sum of RGB (Red+Green+Blue) = 179+1+148=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B30194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30194 is #4CFE6B. Grayscale: #464646. Windows color (decimal): -5045868 or 9699763. OLE color: 9699763.

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

Color convert

RGB1791148-
CMYK00.990.170.30
HSL310.45º98.89%35.29%-
HSV(B)310.45º99.44%70.2%-
XYZ23.9511.7429.02-
YUV70.98171.47205.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.57%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=54.57%
G=0.30%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179114800.990.170.30310.4598.8935.29
HexB3194063111E1366323
Octal26312240143213646614343
Binary101100111100101000110001110001111101001101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30194; }

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

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

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

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

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

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

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

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