#bb7fba

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

Shades of London Hue #BB7FBA

Tints of London Hue #BB7FBA

Color information

#BB7FBA (or 0xBB7FBA) is unknown color: approx London Hue. HEX triplet: BB, 7F and BA. RGB value is (187,127,186). Sum of RGB (Red+Green+Blue) = 187+127+186=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FBA is #448045. Grayscale: #979797. Windows color (decimal): -4489286 or 12222395. OLE color: 12222395.

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

Color convert

RGB187127186-
CMYK00.320.010.27
HSL301º30.61%61.57%-
HSV(B)301º32.09%73.33%-
XYZ36.9529.2950.16-
YUV151.67147.38153.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 127 (50% from 255) = 25.4%
BLUE value IS 186 (73.05% from 255) = 37.2%
R=37.4%
G=25.4%
B=37.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712718600.320.010.2730130.6161.57
HexBB7FBA02011B12d1f3e
Octal2731772720401334553776
Binary10111011111111110111010010000011101110010110111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb7fba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb7fba; }

 p { color: rgb(187,127,186); }

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

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

 a { background-color: rgb(187,127,186); }

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

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

 span { border-color: rgb(187,127,186); }

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