Html Css Color HEX #B17DA8 London Hue

📋 copy color: '#B17DA8'

red 177 ◦ green 125 ◦ blue 168

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

Shades of London Hue #B17DA8

Tints of London Hue #B17DA8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.6%

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

R = 37.66%
G = 26.6%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B17DA8 (or 0xB17DA8) is known color: London Hue. HEX triplet: B1, 7D and A8. RGB value is (177,125,168). Sum of RGB (Red+Green+Blue) = 177+125+168=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 168 (66.02% from 255 or 35.74% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B17DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17DA8 is #4E8257. Grayscale: #919191. Windows color (decimal): -5145176 or 11042225. OLE color: 11042225.

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

Color convert

RGB 177 125 168 -
CMYK 0 0.29 0.05 0.31
HSL 310.38º 0.25% 0.59% -
HSV(B) 310.38º 0.29% 0.69% -
XYZ 32.53 26.84 40.51 -
YUV 145.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 177 125 168 0 0.29 0.05 0.31 310.38 0.25 0.59
Hex B1 7D A8 0 1D 5 1F 136 19 3B
Octal 261 175 250 0 35 5 37 466 31 73
Binary 10110001 1111101 10101000 0 11101 101 11111 100110110 11001 111011

Color Harmonies of #B17DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DA8

Black with #B17DA8

Text Example


Text Example

White with #B17DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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