#BB7EBA

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

Shades of London Hue #BB7EBA

Tints of London Hue #BB7EBA

Color information

#BB7EBA (or 0xBB7EBA) is unknown color: approx London Hue. HEX triplet: BB, 7E and BA. RGB value is (187,126,186). Sum of RGB (Red+Green+Blue) = 187+126+186=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7EBA is #448145. Grayscale: #969696. Windows color (decimal): -4489542 or 12222139. OLE color: 12222139.

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

Color convert

RGB187126186-
CMYK00.330.010.27
HSL300.98º30.96%61.37%-
HSV(B)300.98º32.62%73.33%-
XYZ36.8229.0350.12-
YUV151.08147.71153.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 126 (49.61% from 255) = 25.25%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=37.47%
G=25.25%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18712618600.330.010.27300.9830.9661.37
HexBB7EBA02111B12d1f3d
Octal2731762720411334553775
Binary10111011111111010111010010000111101110010110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7EBA; }

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

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

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

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

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

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

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

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