#B3188E

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

Shades of Medium Violet Red #B3188E

Tints of Medium Violet Red #B3188E

Color information

#B3188E (or 0xB3188E) is unknown color: approx Medium Violet Red. HEX triplet: B3, 18 and 8E. RGB value is (179,24,142). Sum of RGB (Red+Green+Blue) = 179+24+142=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 24 (9.77% from 255 or 6.96% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3188E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3188E is #4CE771. Grayscale: #535353. Windows color (decimal): -5039986 or 9312435. OLE color: 9312435.

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

Color convert

RGB17924142-
CMYK00.870.210.30
HSL314.32º76.35%39.8%-
HSV(B)314.32º86.59%70.2%-
XYZ23.812.1926.69-
YUV83.8160.85195.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.88%
GREEN value IS 24 (9.77% from 255) = 6.96%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=51.88%
G=6.96%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792414200.870.210.30314.3276.3539.8
HexB3188E057151E13a4c28
Octal263302160127253647211450
Binary1011001111000100011100101011110101111101001110101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3188E; }

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

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

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

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

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

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

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

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