#B785BA

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

Shades of London Hue #B785BA

Tints of London Hue #B785BA

Color information

#B785BA (or 0xB785BA) is unknown color: approx London Hue. HEX triplet: B7, 85 and BA. RGB value is (183,133,186). Sum of RGB (Red+Green+Blue) = 183+133+186=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 186 - color contains mainly: blue. Hex color #B785BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B785BA is #487A45. Grayscale: #999999. Windows color (decimal): -4749894 or 12223927. OLE color: 12223927.

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

Color convert

RGB183133186-
CMYK0.020.2800.27
HSL296.6º27.75%62.55%-
HSV(B)296.6º28.49%72.94%-
XYZ36.7830.3950.38-
YUV153.99146.06148.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 133 (52.34% from 255) = 26.49%
BLUE value IS 186 (73.05% from 255) = 37.05%
R=36.45%
G=26.49%
B=37.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831331860.020.2800.27296.627.7562.55
HexB785BA21C01B1291c3f
Octal2672052722340334513477
Binary101101111000010110111010101110001101110010100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B785BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B785BA; }

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

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

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

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

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

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

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

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