Html Css Color HEX #B48ACE East Side

📋 copy color: '#B48ACE'

red 180 ◦ green 138 ◦ blue 206

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

Shades of East Side #B48ACE

Tints of East Side #B48ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 34.35%
G = 26.34%
B = 39.31%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B48ACE (or 0xB48ACE) is known color: East Side. HEX triplet: B4, 8A and CE. RGB value is (180,138,206). Sum of RGB (Red+Green+Blue) = 180+138+206=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #B48ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48ACE is #4B7531. Grayscale: #9E9E9E. Windows color (decimal): -4945202 or 13535924. OLE color: 13535924.

HSL color Cylindrical-coordinate representation of color #B48ACE: hue angle of 277.06º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B48ACE is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 138 206 -
CMYK 0.13 0.33 0 0.19
HSL 277.06º 0.41% 0.67% -
HSV(B) 277.06º 0.33% 0.81% -
XYZ 39.05 32.34 62.58 -
YUV 158.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 180 138 206 0.13 0.33 0 0.19 277.06 0.41 0.67
Hex B4 8A CE D 21 0 13 115 29 43
Octal 264 212 316 15 41 0 23 425 51 103
Binary 10110100 10001010 11001110 1101 100001 0 10011 100010101 101001 1000011

Color Harmonies of #B48ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48ACE

Black with #B48ACE

Text Example


Text Example

White with #B48ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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