Html Css Color HEX #B38AAD London Hue

📋 copy color: '#B38AAD'

red 179 ◦ green 138 ◦ blue 173

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

Shades of London Hue #B38AAD

Tints of London Hue #B38AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.16%

 BLUE value IS 173 (67.97% from 255) = 35.31%

R = 36.53%
G = 28.16%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B38AAD (or 0xB38AAD) is known color: London Hue. HEX triplet: B3, 8A and AD. RGB value is (179,138,173). Sum of RGB (Red+Green+Blue) = 179+138+173=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B38AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38AAD is #4C7552. Grayscale: #9A9A9A. Windows color (decimal): -5010771 or 11373235. OLE color: 11373235.

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

Color convert

RGB 179 138 173 -
CMYK 0 0.23 0.03 0.30
HSL 308.78º 0.21% 0.62% -
HSV(B) 308.78º 0.23% 0.7% -
XYZ 35.22 30.78 43.62 -
YUV 154.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 179 138 173 0 0.23 0.03 0.30 308.78 0.21 0.62
Hex B3 8A AD 0 17 3 1E 135 15 3E
Octal 263 212 255 0 27 3 36 465 25 76
Binary 10110011 10001010 10101101 0 10111 11 11110 100110101 10101 111110

Color Harmonies of #B38AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38AAD

Black with #B38AAD

Text Example


Text Example

White with #B38AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38AAD; }

 p { color: rgb(179,138,173); }

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

background-color css

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

 a { background-color: rgb(179,138,173); }

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

border-color css

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

 span { border-color: rgb(179,138,173); }

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