#B97BB2

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

Shades of London Hue #B97BB2

Tints of London Hue #B97BB2

Color information

#B97BB2 (or 0xB97BB2) is unknown color: approx London Hue. HEX triplet: B9, 7B and B2. RGB value is (185,123,178). Sum of RGB (Red+Green+Blue) = 185+123+178=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 178 (69.92% from 255 or 36.63% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B97BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97BB2 is #46844D. Grayscale: #939393. Windows color (decimal): -4621390 or 11697081. OLE color: 11697081.

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

Color convert

RGB185123178-
CMYK00.340.040.27
HSL306.77º30.69%60.39%-
HSV(B)306.77º33.51%72.55%-
XYZ35.1327.6945.61-
YUV147.81145.04154.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 123 (48.44% from 255) = 25.31%
BLUE value IS 178 (69.92% from 255) = 36.63%
R=38.07%
G=25.31%
B=36.63%

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
Decimal18512317800.340.040.27306.7730.6960.39
HexB97BB202241B1331f3c
Octal2711732620424334633774
Binary1011100111110111011001001000101001101110011001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97BB2; }

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

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

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

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

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

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

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

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