Html Css Color HEX #B37AAF London Hue

📋 copy color: '#B37AAF'

red 179 ◦ green 122 ◦ blue 175

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

Shades of London Hue #B37AAF

Tints of London Hue #B37AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 37.61%
G = 25.63%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B37AAF (or 0xB37AAF) is known color: London Hue. HEX triplet: B3, 7A and AF. RGB value is (179,122,175). Sum of RGB (Red+Green+Blue) = 179+122+175=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 179 - color contains mainly: red. Hex color #B37AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37AAF is #4C8550. Grayscale: #909090. Windows color (decimal): -5014865 or 11500211. OLE color: 11500211.

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

Color convert

RGB 179 122 175 -
CMYK 0 0.32 0.02 0.30
HSL 304.21º 0.27% 0.59% -
HSV(B) 304.21º 0.32% 0.7% -
XYZ 33.29 26.6 43.94 -
YUV 145.09 144.88 152.19 -
System Red Green Blue C M Y K H S L
Decimal 179 122 175 0 0.32 0.02 0.30 304.21 0.27 0.59
Hex B3 7A AF 0 20 2 1E 130 1B 3B
Octal 263 172 257 0 40 2 36 460 33 73
Binary 10110011 1111010 10101111 0 100000 10 11110 100110000 11011 111011

Color Harmonies of #B37AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37AAF

Black with #B37AAF

Text Example


Text Example

White with #B37AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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