#B782B5

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

Shades of London Hue #B782B5

Tints of London Hue #B782B5

Color information

#B782B5 (or 0xB782B5) is unknown color: approx London Hue. HEX triplet: B7, 82 and B5. RGB value is (183,130,181). Sum of RGB (Red+Green+Blue) = 183+130+181=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 183 - color contains mainly: red. Hex color #B782B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782B5 is #487D4A. Grayscale: #979797. Windows color (decimal): -4750667 or 11895479. OLE color: 11895479.

HSL color Cylindrical-coordinate representation of color #B782B5: hue angle of 302.26º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B782B5 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.28.

Color convert

RGB183130181-
CMYK00.290.010.28
HSL302.26º26.9%61.37%-
HSV(B)302.26º28.96%71.76%-
XYZ35.8529.3747.5-
YUV151.66144.56150.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.04%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 181 (71.09% from 255) = 36.64%
R=37.04%
G=26.32%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313018100.290.010.28302.2626.961.37
HexB782B501D11C12e1b3d
Octal2672022650351344563375
Binary10110111100000101011010101110111110010010111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782B5; }

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

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

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

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

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

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

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

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