Html Css Color HEX #B193B2 London Hue

📋 copy color: '#B193B2'

red 177 ◦ green 147 ◦ blue 178

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

Shades of London Hue #B193B2

Tints of London Hue #B193B2

RGB

 RED value IS 177 (69.53% from 255) = 35.26%

 GREEN value IS 147 (57.81% from 255) = 29.28%

 BLUE value IS 178 (69.92% from 255) = 35.46%

R = 35.26%
G = 29.28%
B = 35.46%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B193B2 (or 0xB193B2) is known color: London Hue. HEX triplet: B1, 93 and B2. RGB value is (177,147,178). Sum of RGB (Red+Green+Blue) = 177+147+178=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 178 - color contains mainly: blue. Hex color #B193B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B193B2 is #4E6C4D. Grayscale: #9F9F9F. Windows color (decimal): -5139534 or 11703217. OLE color: 11703217.

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

Color convert

RGB 177 147 178 -
CMYK 0.01 0.17 0 0.30
HSL 298.06º 0.17% 0.64% -
HSV(B) 298.06º 0.17% 0.7% -
XYZ 36.6 33.43 46.64 -
YUV 159.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 177 147 178 0.01 0.17 0 0.30 298.06 0.17 0.64
Hex B1 93 B2 1 11 0 1E 12A 11 40
Octal 261 223 262 1 21 0 36 452 21 100
Binary 10110001 10010011 10110010 1 10001 0 11110 100101010 10001 1000000

Color Harmonies of #B193B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B193B2

Black with #B193B2

Text Example


Text Example

White with #B193B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B193B2; }

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

 H1.HeaderClassName
 {
   color: #B193B2;
 }
 .AnyTagClassName
 {
   color: #B193B2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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