#B97FB7

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

Shades of London Hue #B97FB7

Tints of London Hue #B97FB7

Color information

#B97FB7 (or 0xB97FB7) is unknown color: approx London Hue. HEX triplet: B9, 7F and B7. RGB value is (185,127,183). Sum of RGB (Red+Green+Blue) = 185+127+183=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B97FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97FB7 is #468048. Grayscale: #969696. Windows color (decimal): -4620361 or 12025785. OLE color: 12025785.

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

Color convert

RGB185127183-
CMYK00.310.010.27
HSL302.07º29.29%61.18%-
HSV(B)302.07º31.35%72.55%-
XYZ36.1428.9148.48-
YUV150.73146.22152.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 183 (71.88% from 255) = 36.97%
R=37.37%
G=25.66%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512718300.310.010.27302.0729.2961.18
HexB97FB701F11B12e1d3d
Octal2711772670371334563575
Binary1011100111111111011011101111111101110010111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B97FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B97FB7; }

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

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

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

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

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

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

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

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