Html Css Color HEX #B387AA London Hue

📋 copy color: '#B387AA'

red 179 ◦ green 135 ◦ blue 170

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

Shades of London Hue #B387AA

Tints of London Hue #B387AA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.89%

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

R = 36.98%
G = 27.89%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B387AA (or 0xB387AA) is known color: London Hue. HEX triplet: B3, 87 and AA. RGB value is (179,135,170). Sum of RGB (Red+Green+Blue) = 179+135+170=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B387AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B387AA is #4C7855. Grayscale: #989898. Windows color (decimal): -5011542 or 11175859. OLE color: 11175859.

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

Color convert

RGB 179 135 170 -
CMYK 0 0.25 0.05 0.30
HSL 312.27º 0.22% 0.62% -
HSV(B) 312.27º 0.25% 0.7% -
XYZ 34.51 29.81 41.97 -
YUV 152.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 179 135 170 0 0.25 0.05 0.30 312.27 0.22 0.62
Hex B3 87 AA 0 19 5 1E 138 16 3E
Octal 263 207 252 0 31 5 36 470 26 76
Binary 10110011 10000111 10101010 0 11001 101 11110 100111000 10110 111110

Color Harmonies of #B387AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B387AA

Black with #B387AA

Text Example


Text Example

White with #B387AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B387AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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