Html Css Color HEX #B37FAF London Hue

📋 copy color: '#B37FAF'

red 179 ◦ green 127 ◦ blue 175

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

Shades of London Hue #B37FAF

Tints of London Hue #B37FAF

RGB

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

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

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

R = 37.21%
G = 26.4%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B37FAF (or 0xB37FAF) is known color: London Hue. HEX triplet: B3, 7F and AF. RGB value is (179,127,175). Sum of RGB (Red+Green+Blue) = 179+127+175=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B37FAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37FAF is #4C8050. Grayscale: #939393. Windows color (decimal): -5013585 or 11501491. OLE color: 11501491.

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

Color convert

RGB 179 127 175 -
CMYK 0 0.29 0.02 0.30
HSL 304.62º 0.25% 0.6% -
HSV(B) 304.62º 0.29% 0.7% -
XYZ 33.92 27.86 44.15 -
YUV 148.02 143.23 150.1 -
System Red Green Blue C M Y K H S L
Decimal 179 127 175 0 0.29 0.02 0.30 304.62 0.25 0.6
Hex B3 7F AF 0 1D 2 1E 131 19 3C
Octal 263 177 257 0 35 2 36 461 31 74
Binary 10110011 1111111 10101111 0 11101 10 11110 100110001 11001 111100

Color Harmonies of #B37FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37FAF

Black with #B37FAF

Text Example


Text Example

White with #B37FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37FAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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