#B97CB1

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

Shades of London Hue #B97CB1

Tints of London Hue #B97CB1

Color information

#B97CB1 (or 0xB97CB1) is unknown color: approx London Hue. HEX triplet: B9, 7C and B1. RGB value is (185,124,177). Sum of RGB (Red+Green+Blue) = 185+124+177=486 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.07% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 185 - color contains mainly: red. Hex color #B97CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97CB1 is #46834E. Grayscale: #949494. Windows color (decimal): -4621135 or 11631801. OLE color: 11631801.

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

Color convert

RGB185124177-
CMYK00.330.040.27
HSL307.87º30.35%60.59%-
HSV(B)307.87º32.97%72.55%-
XYZ35.1527.945.13-
YUV148.28144.21154.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.07%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=38.07%
G=25.51%
B=36.42%

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
Decimal18512417700.330.040.27307.8730.3560.59
HexB97CB102141B1341e3d
Octal2711742610414334643675
Binary1011100111111001011000101000011001101110011010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97CB1; }

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

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

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

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

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

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

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

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