Html Css Color HEX #B193B3 London Hue

📋 copy color: '#B193B3'

red 177 ◦ green 147 ◦ blue 179

#B193B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B193B3

Tints of London Hue #B193B3

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 value IS 0.01

 M value IS 0.18

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B193B3 (or 0xB193B3) is known color: 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

RGB 177 147 179 -
CMYK 0.01 0.18 0 0.30
HSL 296.25º 0.17% 0.64% -
HSV(B) 296.25º 0.18% 0.7% -
XYZ 36.7 33.47 47.17 -
YUV 159.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 177 147 179 0.01 0.18 0 0.30 296.25 0.17 0.64
Hex B1 93 B3 1 12 0 1E 128 11 40
Octal 261 223 263 1 22 0 36 450 21 100
Binary 10110001 10010011 10110011 1 10010 0 11110 100101000 10001 1000000

Color Harmonies of #B193B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193B3

Black with #B193B3

Text Example


Text Example

White with #B193B3

Text Example


Text Example

HTML Codes & Css Web 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>