#B87BB4

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

Shades of London Hue #B87BB4

Tints of London Hue #B87BB4

Color information

#B87BB4 (or 0xB87BB4) is unknown color: approx London Hue. HEX triplet: B8, 7B and B4. RGB value is (184,123,180). Sum of RGB (Red+Green+Blue) = 184+123+180=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 184 - color contains mainly: red. Hex color #B87BB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B87BB4 is #47844B. Grayscale: #939393. Windows color (decimal): -4686924 or 11828152. OLE color: 11828152.

HSL color Cylindrical-coordinate representation of color #B87BB4: hue angle of 303.93º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B87BB4 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB184123180-
CMYK00.330.020.28
HSL303.93º30.05%60.2%-
HSV(B)303.93º33.15%72.16%-
XYZ35.0927.6546.67-
YUV147.74146.21153.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.78%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=37.78%
G=25.26%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412318000.330.020.28303.9330.0560.2
HexB87BB402121C1301e3c
Octal2701732640412344603674
Binary101110001111011101101000100001101110010011000011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87BB4; }

 p { color: rgb(184,123,180); }

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

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

 a { background-color: rgb(184,123,180); }

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

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

 span { border-color: rgb(184,123,180); }

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