#B781BA

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

Shades of London Hue #B781BA

Tints of London Hue #B781BA

Color information

#B781BA (or 0xB781BA) is unknown color: approx London Hue. HEX triplet: B7, 81 and BA. RGB value is (183,129,186). Sum of RGB (Red+Green+Blue) = 183+129+186=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #B781BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781BA is #487E45. Grayscale: #979797. Windows color (decimal): -4750918 or 12222903. OLE color: 12222903.

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

Color convert

RGB183129186-
CMYK0.020.3100.27
HSL296.84º29.23%61.76%-
HSV(B)296.84º30.65%72.94%-
XYZ36.2429.3150.2-
YUV151.64147.39150.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.75%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=36.75%
G=25.90%
B=37.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831291860.020.3100.27296.8429.2361.76
HexB781BA21F01B1291d3e
Octal2672012722370334513576
Binary101101111000000110111010101111101101110010100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781BA; }

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

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

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

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

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

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

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

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