Html Css Color HEX #B17BB2 London Hue

📋 copy color: '#B17BB2'

red 177 ◦ green 123 ◦ blue 178

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

Shades of London Hue #B17BB2

Tints of London Hue #B17BB2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.73%

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

R = 37.03%
G = 25.73%
B = 37.24%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B17BB2 (or 0xB17BB2) is known color: London Hue. HEX triplet: B1, 7B and B2. RGB value is (177,123,178). Sum of RGB (Red+Green+Blue) = 177+123+178=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 178 - color contains mainly: blue. Hex color #B17BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17BB2 is #4E844D. Grayscale: #919191. Windows color (decimal): -5145678 or 11697073. OLE color: 11697073.

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

Color convert

RGB 177 123 178 -
CMYK 0.01 0.31 0 0.30
HSL 298.91º 0.26% 0.59% -
HSV(B) 298.91º 0.31% 0.7% -
XYZ 33.25 26.73 45.53 -
YUV 145.42 146.39 150.53 -
System Red Green Blue C M Y K H S L
Decimal 177 123 178 0.01 0.31 0 0.30 298.91 0.26 0.59
Hex B1 7B B2 1 1F 0 1E 12B 1A 3B
Octal 261 173 262 1 37 0 36 453 32 73
Binary 10110001 1111011 10110010 1 11111 0 11110 100101011 11010 111011

Color Harmonies of #B17BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17BB2

Black with #B17BB2

Text Example


Text Example

White with #B17BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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