#B782B1

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

Shades of London Hue #B782B1

Tints of London Hue #B782B1

Color information

#B782B1 (or 0xB782B1) is unknown color: approx London Hue. HEX triplet: B7, 82 and B1. RGB value is (183,130,177). Sum of RGB (Red+Green+Blue) = 183+130+177=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 183 - color contains mainly: red. Hex color #B782B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B782B1 is #487D4E. Grayscale: #979797. Windows color (decimal): -4750671 or 11633335. OLE color: 11633335.

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

Color convert

RGB183130177-
CMYK00.290.030.28
HSL306.79º26.9%61.37%-
HSV(B)306.79º28.96%71.76%-
XYZ35.4529.2145.36-
YUV151.2142.56150.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.35%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=37.35%
G=26.53%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313017700.290.030.28306.7926.961.37
HexB782B101D31C1331b3d
Octal2672022610353344633375
Binary101101111000001010110001011101111110010011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782B1; }

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

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

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

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

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

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

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

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