#B3188B

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

Shades of Medium Violet Red #B3188B

Tints of Medium Violet Red #B3188B

Color information

#B3188B (or 0xB3188B) is unknown color: approx Medium Violet Red. HEX triplet: B3, 18 and 8B. RGB value is (179,24,139). Sum of RGB (Red+Green+Blue) = 179+24+139=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3188B is #4CE774. Grayscale: #535353. Windows color (decimal): -5039989 or 9115827. OLE color: 9115827.

HSL color Cylindrical-coordinate representation of color #B3188B: hue angle of 315.48º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3188B is Cyan = 0, Magento = 0.87, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB17924139-
CMYK00.870.220.30
HSL315.48º76.35%39.8%-
HSV(B)315.48º86.59%70.2%-
XYZ23.5812.125.52-
YUV83.46159.35196.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.34%
GREEN value IS 24 (9.77% from 255) = 7.02%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=52.34%
G=7.02%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792413900.870.220.30315.4876.3539.8
HexB3188B057161E13b4c28
Octal263302130127263647311450
Binary1011001111000100010110101011110110111101001110111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3188B; }

 p { color: rgb(179,24,139); }

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

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

 a { background-color: rgb(179,24,139); }

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

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

 span { border-color: rgb(179,24,139); }

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