Html Css Color HEX #B48EBD East Side

📋 copy color: '#B48EBD'

red 180 ◦ green 142 ◦ blue 189

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

Shades of East Side #B48EBD

Tints of East Side #B48EBD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.79%

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 35.23%
G = 27.79%
B = 36.99%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B48EBD (or 0xB48EBD) is known color: East Side. HEX triplet: B4, 8E and BD. RGB value is (180,142,189). Sum of RGB (Red+Green+Blue) = 180+142+189=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #B48EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48EBD is #4B7142. Grayscale: #9E9E9E. Windows color (decimal): -4944195 or 12422836. OLE color: 12422836.

HSL color Cylindrical-coordinate representation of color #B48EBD: hue angle of 288.51º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B48EBD is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 142 189 -
CMYK 0.05 0.25 0 0.26
HSL 288.51º 0.26% 0.65% -
HSV(B) 288.51º 0.25% 0.74% -
XYZ 37.68 32.72 52.47 -
YUV 158.72 145.09 143.18 -
System Red Green Blue C M Y K H S L
Decimal 180 142 189 0.05 0.25 0 0.26 288.51 0.26 0.65
Hex B4 8E BD 5 19 0 1A 121 1A 41
Octal 264 216 275 5 31 0 32 441 32 101
Binary 10110100 10001110 10111101 101 11001 0 11010 100100001 11010 1000001

Color Harmonies of #B48EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48EBD

Black with #B48EBD

Text Example


Text Example

White with #B48EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48EBD; }

 p { color: rgb(180,142,189); }

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

background-color css

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

 a { background-color: rgb(180,142,189); }

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

border-color css

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

 span { border-color: rgb(180,142,189); }

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