#B78FB4

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

Shades of London Hue #B78FB4

Tints of London Hue #B78FB4

Color information

#B78FB4 (or 0xB78FB4) is unknown color: approx London Hue. HEX triplet: B7, 8F and B4. RGB value is (183,143,180). Sum of RGB (Red+Green+Blue) = 183+143+180=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 180 (70.70% from 255 or 35.57% from 506); Max value from RGB is 183 - color contains mainly: red. Hex color #B78FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78FB4 is #48704B. Grayscale: #9F9F9F. Windows color (decimal): -4747340 or 11833271. OLE color: 11833271.

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

Color convert

RGB183143180-
CMYK00.220.020.28
HSL304.5º21.74%63.92%-
HSV(B)304.5º21.86%71.76%-
XYZ37.5933.0147.57-
YUV159.18139.75144.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 180 (70.70% from 255) = 35.57%
R=36.17%
G=28.26%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314318000.220.020.28304.521.7463.92
HexB78FB401621C1301640
Octal26721726402623446026100
Binary1011011110001111101101000101101011100100110000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78FB4; }

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

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

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

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

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

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

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

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