Html Css Color HEX #B07AAE London Hue

📋 copy color: '#B07AAE'

red 176 ◦ green 122 ◦ blue 174

#B07AAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #B07AAE

Tints of London Hue #B07AAE

RGB

 RED value IS 176 (69.14% from 255) = 37.29%

 GREEN value IS 122 (48.05% from 255) = 25.85%

 BLUE value IS 174 (68.36% from 255) = 36.86%

R = 37.29%
G = 25.85%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B07AAE (or 0xB07AAE) is known color: London Hue. HEX triplet: B0, 7A and AE. RGB value is (176,122,174). Sum of RGB (Red+Green+Blue) = 176+122+174=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AAE is #4F8551. Grayscale: #8F8F8F. Windows color (decimal): -5211474 or 11434672. OLE color: 11434672.

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

Color convert

RGB 176 122 174 -
CMYK 0 0.31 0.01 0.31
HSL 302.22º 0.25% 0.58% -
HSV(B) 302.22º 0.31% 0.69% -
XYZ 32.5 26.21 43.39 -
YUV 144.07 144.89 150.77 -
System Red Green Blue C M Y K H S L
Decimal 176 122 174 0 0.31 0.01 0.31 302.22 0.25 0.58
Hex B0 7A AE 0 1F 1 1F 12E 19 3A
Octal 260 172 256 0 37 1 37 456 31 72
Binary 10110000 1111010 10101110 0 11111 1 11111 100101110 11001 111010

Color Harmonies of #B07AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07AAE

Black with #B07AAE

Text Example


Text Example

White with #B07AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07AAE; }

 p { color: rgb(176,122,174); }

 H1.HeaderClassName
 {
   color: #B07AAE;
 }
 .AnyTagClassName
 {
   color: #B07AAE;
 }
</style>

background-color css

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

 a { background-color: rgb(176,122,174); }

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

border-color css

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

 span { border-color: rgb(176,122,174); }

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