#B78FBB

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

Shades of London Hue #B78FBB

Tints of London Hue #B78FBB

Color information

#B78FBB (or 0xB78FBB) is unknown color: approx London Hue. HEX triplet: B7, 8F and BB. RGB value is (183,143,187). Sum of RGB (Red+Green+Blue) = 183+143+187=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #B78FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78FBB is #487044. Grayscale: #9F9F9F. Windows color (decimal): -4747333 or 12292023. OLE color: 12292023.

HSL color Cylindrical-coordinate representation of color #B78FBB: hue angle of 294.55º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B78FBB is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB183143187-
CMYK0.020.2400.27
HSL294.55º24.44%64.71%-
HSV(B)294.55º23.53%73.33%-
XYZ38.3233.351.42-
YUV159.98143.25144.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 143 (56.25% from 255) = 27.88%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=35.67%
G=27.88%
B=36.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831431870.020.2400.27294.5524.4464.71
HexB78FBB21801B1271841
Octal26721727323003344730101
Binary1011011110001111101110111011000011011100100111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78FBB; }

 p { color: rgb(183,143,187); }

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

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

 a { background-color: rgb(183,143,187); }

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

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

 span { border-color: rgb(183,143,187); }

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