#B782AF

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

Shades of London Hue #B782AF

Tints of London Hue #B782AF

Color information

#B782AF (or 0xB782AF) is unknown color: approx London Hue. HEX triplet: B7, 82 and AF. RGB value is (183,130,175). Sum of RGB (Red+Green+Blue) = 183+130+175=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 183 - color contains mainly: red. Hex color #B782AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B782AF is #487D50. Grayscale: #969696. Windows color (decimal): -4750673 or 11502263. OLE color: 11502263.

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

Color convert

RGB183130175-
CMYK00.290.040.28
HSL309.06º26.9%61.37%-
HSV(B)309.06º28.96%71.76%-
XYZ35.2529.1344.32-
YUV150.98141.56150.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.5%
GREEN value IS 130 (51.17% from 255) = 26.64%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=37.5%
G=26.64%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313017500.290.040.28309.0626.961.37
HexB782AF01D41C1351b3d
Octal2672022570354344653375
Binary1011011110000010101011110111011001110010011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782AF; }

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

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

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

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

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

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

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

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