#B97EB1

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

Shades of London Hue #B97EB1

Tints of London Hue #B97EB1

Color information

#B97EB1 (or 0xB97EB1) is unknown color: approx London Hue. HEX triplet: B9, 7E and B1. RGB value is (185,126,177). Sum of RGB (Red+Green+Blue) = 185+126+177=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97EB1 is #46814E. Grayscale: #959595. Windows color (decimal): -4620623 or 11632313. OLE color: 11632313.

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

Color convert

RGB185126177-
CMYK00.320.040.27
HSL308.14º29.65%60.98%-
HSV(B)308.14º31.89%72.55%-
XYZ35.428.4145.21-
YUV149.45143.55153.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 126 (49.61% from 255) = 25.82%
BLUE value IS 177 (69.53% from 255) = 36.27%
R=37.91%
G=25.82%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512617700.320.040.27308.1429.6560.98
HexB97EB102041B1341e3d
Octal2711762610404334643675
Binary1011100111111101011000101000001001101110011010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97EB1; }

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

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

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

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

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

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

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

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