#B97EB4

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

Shades of London Hue #B97EB4

Tints of London Hue #B97EB4

Color information

#B97EB4 (or 0xB97EB4) is unknown color: approx London Hue. HEX triplet: B9, 7E and B4. RGB value is (185,126,180). Sum of RGB (Red+Green+Blue) = 185+126+180=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B97EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97EB4 is #46814B. Grayscale: #959595. Windows color (decimal): -4620620 or 11828921. OLE color: 11828921.

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

Color convert

RGB185126180-
CMYK00.320.030.27
HSL305.08º29.65%60.98%-
HSV(B)305.08º31.89%72.55%-
XYZ35.7128.5346.81-
YUV149.8145.05153.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 126 (49.61% from 255) = 25.66%
BLUE value IS 180 (70.70% from 255) = 36.66%
R=37.68%
G=25.66%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512618000.320.030.27305.0829.6560.98
HexB97EB402031B1311e3d
Octal2711762640403334613675
Binary101110011111110101101000100000111101110011000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97EB4; }

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

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

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

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

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

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

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

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