Html Css Color HEX #B97BB1 London Hue

📋 copy color: '#B97BB1'

red 185 ◦ green 123 ◦ blue 177

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

Shades of London Hue #B97BB1

Tints of London Hue #B97BB1

RGB

 RED value IS 185 (72.66% from 255) = 38.14%

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

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

R = 38.14%
G = 25.36%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B97BB1 (or 0xB97BB1) is known color: London Hue. HEX triplet: B9, 7B and B1. RGB value is (185,123,177). Sum of RGB (Red+Green+Blue) = 185+123+177=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BB1 is #46844E. Grayscale: #939393. Windows color (decimal): -4621391 or 11631545. OLE color: 11631545.

HSL color Cylindrical-coordinate representation of color #B97BB1: hue angle of 307.74º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B97BB1 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 123 177 -
CMYK 0 0.34 0.04 0.27
HSL 307.74º 0.31% 0.6% -
HSV(B) 307.74º 0.34% 0.73% -
XYZ 35.03 27.65 45.09 -
YUV 147.69 144.54 154.61 -
System Red Green Blue C M Y K H S L
Decimal 185 123 177 0 0.34 0.04 0.27 307.74 0.31 0.6
Hex B9 7B B1 0 22 4 1B 134 1F 3C
Octal 271 173 261 0 42 4 33 464 37 74
Binary 10111001 1111011 10110001 0 100010 100 11011 100110100 11111 111100

Color Harmonies of #B97BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97BB1

Black with #B97BB1

Text Example


Text Example

White with #B97BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97BB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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