Html Css Color HEX #B17CA8 London Hue

📋 copy color: '#B17CA8'

red 177 ◦ green 124 ◦ blue 168

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

Shades of London Hue #B17CA8

Tints of London Hue #B17CA8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.44%

 BLUE value IS 168 (66.02% from 255) = 35.82%

R = 37.74%
G = 26.44%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B17CA8 (or 0xB17CA8) is known color: London Hue. HEX triplet: B1, 7C and A8. RGB value is (177,124,168). Sum of RGB (Red+Green+Blue) = 177+124+168=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 168 (66.02% from 255 or 35.82% from 469); Max value from RGB is 177 - color contains mainly: red. Hex color #B17CA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17CA8 is #4E8357. Grayscale: #909090. Windows color (decimal): -5145432 or 11041969. OLE color: 11041969.

HSL color Cylindrical-coordinate representation of color #B17CA8: hue angle of 310.19º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17CA8 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 124 168 -
CMYK 0 0.30 0.05 0.31
HSL 310.19º 0.25% 0.59% -
HSV(B) 310.19º 0.3% 0.69% -
XYZ 32.41 26.59 40.47 -
YUV 144.86 141.06 150.92 -
System Red Green Blue C M Y K H S L
Decimal 177 124 168 0 0.30 0.05 0.31 310.19 0.25 0.59
Hex B1 7C A8 0 1E 5 1F 136 19 3B
Octal 261 174 250 0 36 5 37 466 31 73
Binary 10110001 1111100 10101000 0 11110 101 11111 100110110 11001 111011

Color Harmonies of #B17CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CA8

Black with #B17CA8

Text Example


Text Example

White with #B17CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CA8; }

 p { color: rgb(177,124,168); }

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

background-color css

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

 a { background-color: rgb(177,124,168); }

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

border-color css

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

 span { border-color: rgb(177,124,168); }

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