#B78CBA

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

Shades of London Hue #B78CBA

Tints of London Hue #B78CBA

Color information

#B78CBA (or 0xB78CBA) is unknown color: approx London Hue. HEX triplet: B7, 8C and BA. RGB value is (183,140,186). Sum of RGB (Red+Green+Blue) = 183+140+186=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 186 - color contains mainly: blue. Hex color #B78CBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78CBA is #487345. Grayscale: #9D9D9D. Windows color (decimal): -4748102 or 12225719. OLE color: 12225719.

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

Color convert

RGB183140186-
CMYK0.020.2500.27
HSL296.09º25%63.92%-
HSV(B)296.09º24.73%72.94%-
XYZ37.7732.3750.71-
YUV158.1143.75145.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.95%
GREEN value IS 140 (55.08% from 255) = 27.50%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=35.95%
G=27.50%
B=36.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831401860.020.2500.27296.092563.92
HexB78CBA21901B1281940
Octal26721427223103345031100
Binary1011011110001100101110101011001011011100101000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78CBA; }

 p { color: rgb(183,140,186); }

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

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

 a { background-color: rgb(183,140,186); }

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

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

 span { border-color: rgb(183,140,186); }

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