Html Css Color HEX #B47EBA East Side

📋 copy color: '#B47EBA'

red 180 ◦ green 126 ◦ blue 186

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

Shades of East Side #B47EBA

Tints of East Side #B47EBA

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.61%

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 36.59%
G = 25.61%
B = 37.8%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B47EBA (or 0xB47EBA) is known color: East Side. HEX triplet: B4, 7E and BA. RGB value is (180,126,186). Sum of RGB (Red+Green+Blue) = 180+126+186=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #B47EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47EBA is #4B8145. Grayscale: #949494. Windows color (decimal): -4948294 or 12222132. OLE color: 12222132.

HSL color Cylindrical-coordinate representation of color #B47EBA: hue angle of 294º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B47EBA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 126 186 -
CMYK 0.03 0.32 0 0.27
HSL 294º 0.3% 0.61% -
HSV(B) 294º 0.32% 0.73% -
XYZ 35.15 28.17 50.04 -
YUV 148.99 148.89 150.12 -
System Red Green Blue C M Y K H S L
Decimal 180 126 186 0.03 0.32 0 0.27 294 0.3 0.61
Hex B4 7E BA 3 20 0 1B 126 1E 3D
Octal 264 176 272 3 40 0 33 446 36 75
Binary 10110100 1111110 10111010 11 100000 0 11011 100100110 11110 111101

Color Harmonies of #B47EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47EBA

Black with #B47EBA

Text Example


Text Example

White with #B47EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47EBA; }

 p { color: rgb(180,126,186); }

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

background-color css

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

 a { background-color: rgb(180,126,186); }

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

border-color css

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

 span { border-color: rgb(180,126,186); }

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