#B193B3

Color #B193B3 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B193B3

Tints of London Hue #B193B3

Color information

#B193B3 (or 0xB193B3) is unknown color: approx London Hue. HEX triplet: B1, 93 and B3. RGB value is (177,147,179). Sum of RGB (Red+Green+Blue) = 177+147+179=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 179 - color contains mainly: blue. Hex color #B193B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B193B3 is #4E6C4C. Grayscale: #9F9F9F. Windows color (decimal): -5139533 or 11768753. OLE color: 11768753.

HSL color Cylindrical-coordinate representation of color #B193B3: hue angle of 296.25º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B193B3 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB177147179-
CMYK0.010.1800.30
HSL296.25º17.39%63.92%-
HSV(B)296.25º17.88%70.2%-
XYZ36.733.4747.17-
YUV159.62138.94140.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.19%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 179 (70.31% from 255) = 35.59%
R=35.19%
G=29.22%
B=35.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1771471790.010.1800.30296.2517.3963.92
HexB193B311201E1281140
Octal26122326312203645021100
Binary101100011001001110110011110010011110100101000100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B193B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B193B3; }

 p { color: rgb(177,147,179); }

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

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

 a { background-color: rgb(177,147,179); }

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

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

 span { border-color: rgb(177,147,179); }

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