Html Css Color HEX #B17FB5 London Hue

📋 copy color: '#B17FB5'

red 177 ◦ green 127 ◦ blue 181

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

Shades of London Hue #B17FB5

Tints of London Hue #B17FB5

RGB

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

 GREEN value IS 127 (50% from 255) = 26.19%

 BLUE value IS 181 (71.09% from 255) = 37.32%

R = 36.49%
G = 26.19%
B = 37.32%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B17FB5 (or 0xB17FB5) is known color: London Hue. HEX triplet: B1, 7F and B5. RGB value is (177,127,181). Sum of RGB (Red+Green+Blue) = 177+127+181=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 181 - color contains mainly: blue. Hex color #B17FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FB5 is #4E804A. Grayscale: #939393. Windows color (decimal): -5144651 or 11894705. OLE color: 11894705.

HSL color Cylindrical-coordinate representation of color #B17FB5: hue angle of 295.56º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B17FB5 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 127 181 -
CMYK 0.02 0.30 0 0.29
HSL 295.56º 0.27% 0.6% -
HSV(B) 295.56º 0.3% 0.71% -
XYZ 34.06 27.86 47.3 -
YUV 148.11 146.57 148.61 -
System Red Green Blue C M Y K H S L
Decimal 177 127 181 0.02 0.30 0 0.29 295.56 0.27 0.6
Hex B1 7F B5 2 1E 0 1D 128 1B 3C
Octal 261 177 265 2 36 0 35 450 33 74
Binary 10110001 1111111 10110101 10 11110 0 11101 100101000 11011 111100

Color Harmonies of #B17FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FB5

Black with #B17FB5

Text Example


Text Example

White with #B17FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FB5; }

 p { color: rgb(177,127,181); }

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

background-color css

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

 a { background-color: rgb(177,127,181); }

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

border-color css

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

 span { border-color: rgb(177,127,181); }

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