#B97FB1

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

Shades of London Hue #B97FB1

Tints of London Hue #B97FB1

Color information

#B97FB1 (or 0xB97FB1) is unknown color: approx London Hue. HEX triplet: B9, 7F and B1. RGB value is (185,127,177). Sum of RGB (Red+Green+Blue) = 185+127+177=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97FB1 is #46804E. Grayscale: #959595. Windows color (decimal): -4620367 or 11632569. OLE color: 11632569.

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

Color convert

RGB185127177-
CMYK00.310.040.27
HSL308.28º29.29%61.18%-
HSV(B)308.28º31.35%72.55%-
XYZ35.5328.6745.26-
YUV150.04143.22152.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.83%
GREEN value IS 127 (50% from 255) = 25.97%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=37.83%
G=25.97%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512717700.310.040.27308.2829.2961.18
HexB97FB101F41B1341d3d
Octal2711772610374334643575
Binary101110011111111101100010111111001101110011010011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FB1; }

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

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

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

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

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

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

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

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