Html Css Color HEX #B97FB1 London Hue

📋 copy color: '#B97FB1'

red 185 ◦ green 127 ◦ blue 177

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

Shades of London Hue #B97FB1

Tints of London Hue #B97FB1

RGB

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

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

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

R = 37.83%
G = 25.97%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B97FB1 (or 0xB97FB1) is known color: London Hue. HEX triplet: B9, 7F and B1. RGB value is (185,127,177). Sum of RGB (Red+Green+Blue) = 185+127+177=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97FB1 is #46804E. Grayscale: #959595. Windows color (decimal): -4620367 or 11632569. OLE color: 11632569.

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

Color convert

RGB 185 127 177 -
CMYK 0 0.31 0.04 0.27
HSL 308.28º 0.29% 0.61% -
HSV(B) 308.28º 0.31% 0.73% -
XYZ 35.53 28.67 45.26 -
YUV 150.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 185 127 177 0 0.31 0.04 0.27 308.28 0.29 0.61
Hex B9 7F B1 0 1F 4 1B 134 1D 3D
Octal 271 177 261 0 37 4 33 464 35 75
Binary 10111001 1111111 10110001 0 11111 100 11011 100110100 11101 111101

Color Harmonies of #B97FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97FB1

Black with #B97FB1

Text Example


Text Example

White with #B97FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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