Html Css Color HEX #B48ABB East Side

📋 copy color: '#B48ABB'

red 180 ◦ green 138 ◦ blue 187

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

Shades of East Side #B48ABB

Tints of East Side #B48ABB

RGB

 RED value IS 180 (70.7% from 255) = 35.64%

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 35.64%
G = 27.33%
B = 37.03%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B48ABB (or 0xB48ABB) is known color: East Side. HEX triplet: B4, 8A and BB. RGB value is (180,138,187). Sum of RGB (Red+Green+Blue) = 180+138+187=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 187 - color contains mainly: blue. Hex color #B48ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ABB is #4B7544. Grayscale: #9B9B9B. Windows color (decimal): -4945221 or 12290740. OLE color: 12290740.

HSL color Cylindrical-coordinate representation of color #B48ABB: hue angle of 291.43º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B48ABB is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 138 187 -
CMYK 0.04 0.26 0 0.27
HSL 291.43º 0.26% 0.64% -
HSV(B) 291.43º 0.26% 0.73% -
XYZ 36.88 31.47 51.14 -
YUV 156.14 145.41 145.02 -
System Red Green Blue C M Y K H S L
Decimal 180 138 187 0.04 0.26 0 0.27 291.43 0.26 0.64
Hex B4 8A BB 4 1A 0 1B 123 1A 40
Octal 264 212 273 4 32 0 33 443 32 100
Binary 10110100 10001010 10111011 100 11010 0 11011 100100011 11010 1000000

Color Harmonies of #B48ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48ABB

Black with #B48ABB

Text Example


Text Example

White with #B48ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48ABB; }

 p { color: rgb(180,138,187); }

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

background-color css

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

 a { background-color: rgb(180,138,187); }

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

border-color css

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

 span { border-color: rgb(180,138,187); }

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