#B31C98

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

Shades of Medium Violet Red #B31C98

Tints of Medium Violet Red #B31C98

Color information

#B31C98 (or 0xB31C98) is unknown color: approx Medium Violet Red. HEX triplet: B3, 1C and 98. RGB value is (179,28,152). Sum of RGB (Red+Green+Blue) = 179+28+152=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 28 (11.33% from 255 or 7.80% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C98 is #4CE367. Grayscale: #565656. Windows color (decimal): -5038952 or 9968819. OLE color: 9968819.

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

Color convert

RGB17928152-
CMYK00.840.150.30
HSL310.73º72.95%40.59%-
HSV(B)310.73º84.36%70.2%-
XYZ24.6712.6830.85-
YUV87.28164.53193.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 28 (11.33% from 255) = 7.80%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=49.86%
G=7.80%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792815200.840.150.30310.7372.9540.59
HexB31C98054F1E1374929
Octal263342300124173646711151
Binary101100111110010011000010101001111111101001101111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31C98; }

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

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

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

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

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

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

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

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