#B084AD

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

Shades of London Hue #B084AD

Tints of London Hue #B084AD

Color information

#B084AD (or 0xB084AD) is unknown color: approx London Hue. HEX triplet: B0, 84 and AD. RGB value is (176,132,173). Sum of RGB (Red+Green+Blue) = 176+132+173=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B084AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B084AD is #4F7B52. Grayscale: #959595. Windows color (decimal): -5208915 or 11371696. OLE color: 11371696.

HSL color Cylindrical-coordinate representation of color #B084AD: hue angle of 304.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B084AD is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB176132173-
CMYK00.250.020.31
HSL304.09º21.78%60.39%-
HSV(B)304.09º25%69.02%-
XYZ33.728.7543.31-
YUV149.83141.08146.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.59%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=36.59%
G=27.44%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613217300.250.020.31304.0921.7860.39
HexB084AD01921F130163c
Octal2602042550312374602674
Binary101100001000010010101101011001101111110011000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B084AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B084AD; }

 p { color: rgb(176,132,173); }

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

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

 a { background-color: rgb(176,132,173); }

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

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

 span { border-color: rgb(176,132,173); }

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