#B78FB2

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

Shades of London Hue #B78FB2

Tints of London Hue #B78FB2

Color information

#B78FB2 (or 0xB78FB2) is unknown color: approx London Hue. HEX triplet: B7, 8F and B2. RGB value is (183,143,178). Sum of RGB (Red+Green+Blue) = 183+143+178=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 183 - color contains mainly: red. Hex color #B78FB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B78FB2 is #48704D. Grayscale: #9E9E9E. Windows color (decimal): -4747342 or 11702199. OLE color: 11702199.

HSL color Cylindrical-coordinate representation of color #B78FB2: hue angle of 307.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 #B78FB2 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB183143178-
CMYK00.220.030.28
HSL307.5º21.74%63.92%-
HSV(B)307.5º21.86%71.76%-
XYZ37.3932.9346.5-
YUV158.95138.75145.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.31%
GREEN value IS 143 (56.25% from 255) = 28.37%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=36.31%
G=28.37%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314317800.220.030.28307.521.7463.92
HexB78FB201631C1341640
Octal26721726202633446426100
Binary1011011110001111101100100101101111100100110100101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78FB2; }

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

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

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

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

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

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

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

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