#B97BB7

Color #B97BB7 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #B97BB7

Tints of London Hue #B97BB7

Color information

#B97BB7 (or 0xB97BB7) is unknown color: approx London Hue. HEX triplet: B9, 7B and B7. RGB value is (185,123,183). Sum of RGB (Red+Green+Blue) = 185+123+183=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97BB7 is #468448. Grayscale: #949494. Windows color (decimal): -4621385 or 12024761. OLE color: 12024761.

HSL color Cylindrical-coordinate representation of color #B97BB7: hue angle of 301.94º 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 #B97BB7 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB185123183-
CMYK00.340.010.27
HSL301.94º30.69%60.39%-
HSV(B)301.94º33.51%72.55%-
XYZ35.6427.948.31-
YUV148.38147.54154.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 123 (48.44% from 255) = 25.05%
BLUE value IS 183 (71.88% from 255) = 37.27%
R=37.68%
G=25.05%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512318300.340.010.27301.9430.6960.39
HexB97BB702211B12e1f3c
Octal2711732670421334563774
Binary10111001111101110110111010001011101110010111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BB7; }

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

 H1.HeaderClassName
 {
   color: #B97BB7;
 }
 .AnyTagClassName
 {
   color: #B97BB7;
 }
</style>
background-color css

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

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

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

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

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

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