#B3188A

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

Shades of Medium Violet Red #B3188A

Tints of Medium Violet Red #B3188A

Color information

#B3188A (or 0xB3188A) is unknown color: approx Medium Violet Red. HEX triplet: B3, 18 and 8A. RGB value is (179,24,138). Sum of RGB (Red+Green+Blue) = 179+24+138=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3188A is #4CE775. Grayscale: #535353. Windows color (decimal): -5039990 or 9050291. OLE color: 9050291.

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

Color convert

RGB17924138-
CMYK00.870.230.30
HSL315.87º76.35%39.8%-
HSV(B)315.87º86.59%70.2%-
XYZ23.512.0725.14-
YUV83.34158.85196.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 52.49%
GREEN value IS 24 (9.77% from 255) = 7.04%
BLUE value IS 138 (54.30% from 255) = 40.47%
R=52.49%
G=7.04%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792413800.870.230.30315.8776.3539.8
HexB3188A057171E13c4c28
Octal263302120127273647411450
Binary1011001111000100010100101011110111111101001111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3188A; }

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

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

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

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

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

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

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

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