#B97FB3

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

Shades of London Hue #B97FB3

Tints of London Hue #B97FB3

Color information

#B97FB3 (or 0xB97FB3) is unknown color: approx London Hue. HEX triplet: B9, 7F and B3. RGB value is (185,127,179). Sum of RGB (Red+Green+Blue) = 185+127+179=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 179 (70.31% from 255 or 36.46% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FB3 is #46804C. Grayscale: #969696. Windows color (decimal): -4620365 or 11763641. OLE color: 11763641.

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

Color convert

RGB185127179-
CMYK00.310.030.27
HSL306.21º29.29%61.18%-
HSV(B)306.21º31.35%72.55%-
XYZ35.7328.7546.31-
YUV150.27144.22152.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 127 (50% from 255) = 25.87%
BLUE value IS 179 (70.31% from 255) = 36.46%
R=37.68%
G=25.87%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512717900.310.030.27306.2129.2961.18
HexB97FB301F31B1321d3d
Octal2711772630373334623575
Binary10111001111111110110011011111111101110011001011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FB3; }

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

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

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

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

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

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

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

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