Html Css Color HEX #B28AB1 London Hue

📋 copy color: '#B28AB1'

red 178 ◦ green 138 ◦ blue 177

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

Shades of London Hue #B28AB1

Tints of London Hue #B28AB1

RGB

 RED value IS 178 (69.92% from 255) = 36.11%

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

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

R = 36.11%
G = 27.99%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B28AB1 (or 0xB28AB1) is known color: London Hue. HEX triplet: B2, 8A and B1. RGB value is (178,138,177). Sum of RGB (Red+Green+Blue) = 178+138+177=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 178 - color contains mainly: red. Hex color #B28AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28AB1 is #4D754E. Grayscale: #9A9A9A. Windows color (decimal): -5076303 or 11635378. OLE color: 11635378.

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

Color convert

RGB 178 138 177 -
CMYK 0 0.22 0.01 0.30
HSL 301.5º 0.21% 0.62% -
HSV(B) 301.5º 0.22% 0.7% -
XYZ 35.38 30.82 45.68 -
YUV 154.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 178 138 177 0 0.22 0.01 0.30 301.5 0.21 0.62
Hex B2 8A B1 0 16 1 1E 12E 15 3E
Octal 262 212 261 0 26 1 36 456 25 76
Binary 10110010 10001010 10110001 0 10110 1 11110 100101110 10101 111110

Color Harmonies of #B28AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28AB1

Black with #B28AB1

Text Example


Text Example

White with #B28AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28AB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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