Html Css Color HEX #B38AB1 London Hue

📋 copy color: '#B38AB1'

red 179 ◦ green 138 ◦ blue 177

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

Shades of London Hue #B38AB1

Tints of London Hue #B38AB1

RGB

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

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

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

R = 36.23%
G = 27.94%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B38AB1 (or 0xB38AB1) is known color: London Hue. HEX triplet: B3, 8A and B1. RGB value is (179,138,177). Sum of RGB (Red+Green+Blue) = 179+138+177=494 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.23% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 179 - color contains mainly: red. Hex color #B38AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38AB1 is #4C754E. Grayscale: #9A9A9A. Windows color (decimal): -5010767 or 11635379. OLE color: 11635379.

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

Color convert

RGB 179 138 177 -
CMYK 0 0.23 0.01 0.30
HSL 302.93º 0.21% 0.62% -
HSV(B) 302.93º 0.23% 0.7% -
XYZ 35.61 30.93 45.69 -
YUV 154.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 179 138 177 0 0.23 0.01 0.30 302.93 0.21 0.62
Hex B3 8A B1 0 17 1 1E 12F 15 3E
Octal 263 212 261 0 27 1 36 457 25 76
Binary 10110011 10001010 10110001 0 10111 1 11110 100101111 10101 111110

Color Harmonies of #B38AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38AB1

Black with #B38AB1

Text Example


Text Example

White with #B38AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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