Html Css Color HEX #B38FAA London Hue

📋 copy color: '#B38FAA'

red 179 ◦ green 143 ◦ blue 170

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

Shades of London Hue #B38FAA

Tints of London Hue #B38FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.07%

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

R = 36.38%
G = 29.07%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B38FAA (or 0xB38FAA) is known color: London Hue. HEX triplet: B3, 8F and AA. RGB value is (179,143,170). Sum of RGB (Red+Green+Blue) = 179+143+170=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B38FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38FAA is #4C7055. Grayscale: #9C9C9C. Windows color (decimal): -5009494 or 11177907. OLE color: 11177907.

HSL color Cylindrical-coordinate representation of color #B38FAA: hue angle of 315º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B38FAA is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 143 170 -
CMYK 0 0.20 0.05 0.30
HSL 315º 0.19% 0.63% -
HSV(B) 315º 0.2% 0.7% -
XYZ 35.67 32.13 42.35 -
YUV 156.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 179 143 170 0 0.20 0.05 0.30 315 0.19 0.63
Hex B3 8F AA 0 14 5 1E 13B 13 3F
Octal 263 217 252 0 24 5 36 473 23 77
Binary 10110011 10001111 10101010 0 10100 101 11110 100111011 10011 111111

Color Harmonies of #B38FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38FAA

Black with #B38FAA

Text Example


Text Example

White with #B38FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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