Html Css Color HEX #B07AAA London Hue

📋 copy color: '#B07AAA'

red 176 ◦ green 122 ◦ blue 170

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

Shades of London Hue #B07AAA

Tints of London Hue #B07AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.32%

R = 37.61%
G = 26.07%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#B07AAA (or 0xB07AAA) is known color: London Hue. HEX triplet: B0, 7A and AA. RGB value is (176,122,170). Sum of RGB (Red+Green+Blue) = 176+122+170=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AAA is #4F8555. Grayscale: #8F8F8F. Windows color (decimal): -5211478 or 11172528. OLE color: 11172528.

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

Color convert

RGB 176 122 170 -
CMYK 0 0.31 0.03 0.31
HSL 306.67º 0.25% 0.58% -
HSV(B) 306.67º 0.31% 0.69% -
XYZ 32.12 26.05 41.37 -
YUV 143.62 142.89 151.1 -
System Red Green Blue C M Y K H S L
Decimal 176 122 170 0 0.31 0.03 0.31 306.67 0.25 0.58
Hex B0 7A AA 0 1F 3 1F 133 19 3A
Octal 260 172 252 0 37 3 37 463 31 72
Binary 10110000 1111010 10101010 0 11111 11 11111 100110011 11001 111010

Color Harmonies of #B07AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07AAA

Black with #B07AAA

Text Example


Text Example

White with #B07AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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