#B782BA

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

Shades of London Hue #B782BA

Tints of London Hue #B782BA

Color information

#B782BA (or 0xB782BA) is unknown color: approx London Hue. HEX triplet: B7, 82 and BA. RGB value is (183,130,186). Sum of RGB (Red+Green+Blue) = 183+130+186=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 186 - color contains mainly: blue. Hex color #B782BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782BA is #487D45. Grayscale: #989898. Windows color (decimal): -4750662 or 12223159. OLE color: 12223159.

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

Color convert

RGB183130186-
CMYK0.020.3000.27
HSL296.79º28.87%61.96%-
HSV(B)296.79º30.11%72.94%-
XYZ36.3729.5850.25-
YUV152.23147.06149.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 186 (73.05% from 255) = 37.27%
R=36.67%
G=26.05%
B=37.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1831301860.020.3000.27296.7928.8761.96
HexB782BA21E01B1291d3e
Octal2672022722360334513576
Binary101101111000001010111010101111001101110010100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782BA; }

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

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

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

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

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

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

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

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