#B78ABA

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

Shades of London Hue #B78ABA

Tints of London Hue #B78ABA

Color information

#B78ABA (or 0xB78ABA) is unknown color: approx London Hue. HEX triplet: B7, 8A and BA. RGB value is (183,138,186). Sum of RGB (Red+Green+Blue) = 183+138+186=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 138 (54.30% from 255 or 27.22% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #B78ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B78ABA is #487545. Grayscale: #9C9C9C. Windows color (decimal): -4748614 or 12225207. OLE color: 12225207.

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

Color convert

RGB183138186-
CMYK0.020.2600.27
HSL296.25º25.81%63.53%-
HSV(B)296.25º25.81%72.94%-
XYZ37.4831.7950.61-
YUV156.93144.41146.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.09%
GREEN value IS 138 (54.30% from 255) = 27.22%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=36.09%
G=27.22%
B=36.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831381860.020.2600.27296.2525.8163.53
HexB78ABA21A01B1281a40
Octal26721227223203345032100
Binary1011011110001010101110101011010011011100101000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78ABA; }

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

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

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

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

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

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

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

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