#B30E98

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

Shades of Medium Violet Red #B30E98

Tints of Medium Violet Red #B30E98

Color information

#B30E98 (or 0xB30E98) is unknown color: approx Medium Violet Red. HEX triplet: B3, 0E and 98. RGB value is (179,14,152). Sum of RGB (Red+Green+Blue) = 179+14+152=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B30E98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30E98 is #4CF167. Grayscale: #4E4E4E. Windows color (decimal): -5042536 or 9965235. OLE color: 9965235.

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

Color convert

RGB17914152-
CMYK00.920.150.30
HSL309.82º85.49%37.84%-
HSV(B)309.82º92.18%70.2%-
XYZ24.4112.1630.77-
YUV79.07169.16199.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 14 (5.86% from 255) = 4.06%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=51.88%
G=4.06%
B=44.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791415200.920.150.30309.8285.4937.84
HexB3E9805CF1E1365526
Octal263162300134173646612546
Binary10110011111010011000010111001111111101001101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30E98; }

 p { color: rgb(179,14,152); }

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

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

 a { background-color: rgb(179,14,152); }

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

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

 span { border-color: rgb(179,14,152); }

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