#BB7BBE

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

Shades of London Hue #BB7BBE

Tints of London Hue #BB7BBE

Color information

#BB7BBE (or 0xBB7BBE) is unknown color: approx London Hue. HEX triplet: BB, 7B and BE. RGB value is (187,123,190). Sum of RGB (Red+Green+Blue) = 187+123+190=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 123 (48.44% from 255 or 24.6% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB7BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7BBE is #448441. Grayscale: #959595. Windows color (decimal): -4490306 or 12483515. OLE color: 12483515.

HSL color Cylindrical-coordinate representation of color #BB7BBE: hue angle of 297.31º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7BBE is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187123190-
CMYK0.020.3500.25
HSL297.31º34.01%61.37%-
HSV(B)297.31º35.26%74.51%-
XYZ36.8728.4552.26-
YUV149.77150.7154.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 123 (48.44% from 255) = 24.6%
BLUE value IS 190 (74.61% from 255) = 38%
R=37.4%
G=24.6%
B=38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871231900.020.3500.25297.3134.0161.37
HexBB7BBE223019129223d
Octal2731732762430314514275
Binary1011101111110111011111010100011011001100101001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7BBE; }

 p { color: rgb(187,123,190); }

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

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

 a { background-color: rgb(187,123,190); }

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

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

 span { border-color: rgb(187,123,190); }

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