#B97FB2

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

Shades of London Hue #B97FB2

Tints of London Hue #B97FB2

Color information

#B97FB2 (or 0xB97FB2) is unknown color: approx London Hue. HEX triplet: B9, 7F and B2. RGB value is (185,127,178). Sum of RGB (Red+Green+Blue) = 185+127+178=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 178 (69.92% from 255 or 36.33% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B97FB2 is #46804D. Grayscale: #969696. Windows color (decimal): -4620366 or 11698105. OLE color: 11698105.

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

Color convert

RGB185127178-
CMYK00.310.040.27
HSL307.24º29.29%61.18%-
HSV(B)307.24º31.35%72.55%-
XYZ35.6328.7145.78-
YUV150.16143.72152.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 127 (50% from 255) = 25.92%
BLUE value IS 178 (69.92% from 255) = 36.33%
R=37.76%
G=25.92%
B=36.33%

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
Decimal18512717800.310.040.27307.2429.2961.18
HexB97FB201F41B1331d3d
Octal2711772620374334633575
Binary101110011111111101100100111111001101110011001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FB2; }

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

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

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

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

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

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

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

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