#B30978

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

Shades of Medium Violet Red #B30978

Tints of Medium Violet Red #B30978

Color information

#B30978 (or 0xB30978) is unknown color: approx Medium Violet Red. HEX triplet: B3, 09 and 78. RGB value is (179,9,120). Sum of RGB (Red+Green+Blue) = 179+9+120=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B30978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30978 is #4CF687. Grayscale: #484848. Windows color (decimal): -5043848 or 7866803. OLE color: 7866803.

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

Color convert

RGB1799120-
CMYK00.950.330.30
HSL320.82º90.43%36.86%-
HSV(B)320.82º94.97%70.2%-
XYZ22.0811.1418.75-
YUV72.48154.82203.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.12%
GREEN value IS 9 (3.91% from 255) = 2.92%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=58.12%
G=2.92%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179912000.950.330.30320.8290.4336.86
HexB397805F211E1415a25
Octal263111700137413650113245
Binary101100111001111100001011111100001111101010000011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30978; }

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

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

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

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

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

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

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

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