Html Css Color HEX #B37AB1 London Hue

📋 copy color: '#B37AB1'

red 179 ◦ green 122 ◦ blue 177

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

Shades of London Hue #B37AB1

Tints of London Hue #B37AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.03%

R = 37.45%
G = 25.52%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B37AB1 (or 0xB37AB1) is known color: London Hue. HEX triplet: B3, 7A and B1. RGB value is (179,122,177). Sum of RGB (Red+Green+Blue) = 179+122+177=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 177 (69.53% from 255 or 37.03% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B37AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37AB1 is #4C854E. Grayscale: #919191. Windows color (decimal): -5014863 or 11631283. OLE color: 11631283.

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

Color convert

RGB 179 122 177 -
CMYK 0 0.32 0.01 0.30
HSL 302.11º 0.27% 0.59% -
HSV(B) 302.11º 0.32% 0.7% -
XYZ 33.49 26.68 44.98 -
YUV 145.31 145.88 152.03 -
System Red Green Blue C M Y K H S L
Decimal 179 122 177 0 0.32 0.01 0.30 302.11 0.27 0.59
Hex B3 7A B1 0 20 1 1E 12E 1B 3B
Octal 263 172 261 0 40 1 36 456 33 73
Binary 10110011 1111010 10110001 0 100000 1 11110 100101110 11011 111011

Color Harmonies of #B37AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37AB1

Black with #B37AB1

Text Example


Text Example

White with #B37AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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