#B885B7

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

Shades of London Hue #B885B7

Tints of London Hue #B885B7

Color information

#B885B7 (or 0xB885B7) is unknown color: approx London Hue. HEX triplet: B8, 85 and B7. RGB value is (184,133,183). Sum of RGB (Red+Green+Blue) = 184+133+183=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 184 - color contains mainly: red. Hex color #B885B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B885B7 is #477A48. Grayscale: #999999. Windows color (decimal): -4684361 or 12027320. OLE color: 12027320.

HSL color Cylindrical-coordinate representation of color #B885B7: hue angle of 301.18º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B885B7 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB184133183-
CMYK00.280.010.28
HSL301.18º26.42%62.16%-
HSV(B)301.18º27.72%72.16%-
XYZ36.730.3848.73-
YUV153.95144.4149.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.8%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 183 (71.88% from 255) = 36.6%
R=36.8%
G=26.6%
B=36.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413318300.280.010.28301.1826.4262.16
HexB885B701C11C12d1a3e
Octal2702052670341344553276
Binary10111000100001011011011101110011110010010110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B885B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B885B7; }

 p { color: rgb(184,133,183); }

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

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

 a { background-color: rgb(184,133,183); }

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

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

 span { border-color: rgb(184,133,183); }

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