#B07EAD

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

Shades of London Hue #B07EAD

Tints of London Hue #B07EAD

Color information

#B07EAD (or 0xB07EAD) is unknown color: approx London Hue. HEX triplet: B0, 7E and AD. RGB value is (176,126,173). Sum of RGB (Red+Green+Blue) = 176+126+173=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 176 - color contains mainly: red. Hex color #B07EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07EAD is #4F8152. Grayscale: #929292. Windows color (decimal): -5210451 or 11370160. OLE color: 11370160.

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

Color convert

RGB176126173-
CMYK00.280.020.31
HSL303.6º24.04%59.22%-
HSV(B)303.6º28.41%69.02%-
XYZ32.9127.1743.04-
YUV146.31143.06149.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.05%
GREEN value IS 126 (49.61% from 255) = 26.53%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=37.05%
G=26.53%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612617300.280.020.31303.624.0459.22
HexB07EAD01C21F130183b
Octal2601762550342374603073
Binary10110000111111010101101011100101111110011000011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07EAD; }

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

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

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

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

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

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

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

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