#B97CB2

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

Shades of London Hue #B97CB2

Tints of London Hue #B97CB2

Color information

#B97CB2 (or 0xB97CB2) is unknown color: approx London Hue. HEX triplet: B9, 7C and B2. RGB value is (185,124,178). Sum of RGB (Red+Green+Blue) = 185+124+178=487 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.99% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 178 (69.92% from 255 or 36.55% from 487); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CB2 is #46834D. Grayscale: #949494. Windows color (decimal): -4621134 or 11697337. OLE color: 11697337.

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

Color convert

RGB185124178-
CMYK00.330.040.27
HSL306.89º30.35%60.59%-
HSV(B)306.89º32.97%72.55%-
XYZ35.2527.9445.66-
YUV148.4144.71154.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.99%
GREEN value IS 124 (48.83% from 255) = 25.46%
BLUE value IS 178 (69.92% from 255) = 36.55%
R=37.99%
G=25.46%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512417800.330.040.27306.8930.3560.59
HexB97CB202141B1331e3d
Octal2711742620414334633675
Binary1011100111111001011001001000011001101110011001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CB2; }

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

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

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

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

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

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

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

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