Html Css Color HEX #B37FAA London Hue

📋 copy color: '#B37FAA'

red 179 ◦ green 127 ◦ blue 170

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

Shades of London Hue #B37FAA

Tints of London Hue #B37FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 26.68%

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

R = 37.61%
G = 26.68%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B37FAA (or 0xB37FAA) is known color: London Hue. HEX triplet: B3, 7F and AA. RGB value is (179,127,170). Sum of RGB (Red+Green+Blue) = 179+127+170=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FAA is #4C8055. Grayscale: #939393. Windows color (decimal): -5013590 or 11173811. OLE color: 11173811.

HSL color Cylindrical-coordinate representation of color #B37FAA: hue angle of 310.38º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B37FAA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 127 170 -
CMYK 0 0.29 0.05 0.30
HSL 310.38º 0.25% 0.6% -
HSV(B) 310.38º 0.29% 0.7% -
XYZ 33.44 27.66 41.61 -
YUV 147.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 179 127 170 0 0.29 0.05 0.30 310.38 0.25 0.6
Hex B3 7F AA 0 1D 5 1E 136 19 3C
Octal 263 177 252 0 35 5 36 466 31 74
Binary 10110011 1111111 10101010 0 11101 101 11110 100110110 11001 111100

Color Harmonies of #B37FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FAA

Black with #B37FAA

Text Example


Text Example

White with #B37FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FAA; }

 p { color: rgb(179,127,170); }

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

background-color css

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

 a { background-color: rgb(179,127,170); }

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

border-color css

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

 span { border-color: rgb(179,127,170); }

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