#B97BB1

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

Shades of London Hue #B97BB1

Tints of London Hue #B97BB1

Color information

#B97BB1 (or 0xB97BB1) is unknown color: approx 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

RGB185123177-
CMYK00.340.040.27
HSL307.74º30.69%60.39%-
HSV(B)307.74º33.51%72.55%-
XYZ35.0327.6545.09-
YUV147.69144.54154.61-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512317700.340.040.27307.7430.6960.39
HexB97BB102241B1341f3c
Octal2711732610424334643774
Binary1011100111110111011000101000101001101110011010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>