Html Css Color HEX #B37AAD London Hue

📋 copy color: '#B37AAD'

red 179 ◦ green 122 ◦ blue 173

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

Shades of London Hue #B37AAD

Tints of London Hue #B37AAD

RGB

 RED value IS 179 (70.31% from 255) = 37.76%

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

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

R = 37.76%
G = 25.74%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B37AAD (or 0xB37AAD) is known color: London Hue. HEX triplet: B3, 7A and AD. RGB value is (179,122,173). Sum of RGB (Red+Green+Blue) = 179+122+173=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B37AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37AAD is #4C8552. Grayscale: #909090. Windows color (decimal): -5014867 or 11369139. OLE color: 11369139.

HSL color Cylindrical-coordinate representation of color #B37AAD: hue angle of 306.32º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B37AAD is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 122 173 -
CMYK 0 0.32 0.03 0.30
HSL 306.32º 0.27% 0.59% -
HSV(B) 306.32º 0.32% 0.7% -
XYZ 33.09 26.52 42.91 -
YUV 144.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 179 122 173 0 0.32 0.03 0.30 306.32 0.27 0.59
Hex B3 7A AD 0 20 3 1E 132 1B 3B
Octal 263 172 255 0 40 3 36 462 33 73
Binary 10110011 1111010 10101101 0 100000 11 11110 100110010 11011 111011

Color Harmonies of #B37AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37AAD

Black with #B37AAD

Text Example


Text Example

White with #B37AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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