Html Css Color HEX #B07AAD London Hue

📋 copy color: '#B07AAD'

red 176 ◦ green 122 ◦ blue 173

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

Shades of London Hue #B07AAD

Tints of London Hue #B07AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 37.37%
G = 25.9%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B07AAD (or 0xB07AAD) is known color: London Hue. HEX triplet: B0, 7A and AD. RGB value is (176,122,173). Sum of RGB (Red+Green+Blue) = 176+122+173=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B07AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07AAD is #4F8552. Grayscale: #8F8F8F. Windows color (decimal): -5211475 or 11369136. OLE color: 11369136.

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

Color convert

RGB 176 122 173 -
CMYK 0 0.31 0.02 0.31
HSL 303.33º 0.25% 0.58% -
HSV(B) 303.33º 0.31% 0.69% -
XYZ 32.41 26.17 42.88 -
YUV 143.96 144.39 150.85 -
System Red Green Blue C M Y K H S L
Decimal 176 122 173 0 0.31 0.02 0.31 303.33 0.25 0.58
Hex B0 7A AD 0 1F 2 1F 12F 19 3A
Octal 260 172 255 0 37 2 37 457 31 72
Binary 10110000 1111010 10101101 0 11111 10 11111 100101111 11001 111010

Color Harmonies of #B07AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07AAD

Black with #B07AAD

Text Example


Text Example

White with #B07AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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