Html Css Color HEX #B47ED7 East Side

📋 copy color: '#B47ED7'

red 180 ◦ green 126 ◦ blue 215

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

Shades of East Side #B47ED7

Tints of East Side #B47ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 34.55%
G = 24.18%
B = 41.27%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B47ED7 (or 0xB47ED7) is known color: East Side. HEX triplet: B4, 7E and D7. RGB value is (180,126,215). Sum of RGB (Red+Green+Blue) = 180+126+215=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #B47ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47ED7 is #4B8128. Grayscale: #979797. Windows color (decimal): -4948265 or 14122676. OLE color: 14122676.

HSL color Cylindrical-coordinate representation of color #B47ED7: hue angle of 276.4º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B47ED7 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 126 215 -
CMYK 0.16 0.41 0 0.16
HSL 276.4º 0.53% 0.67% -
HSV(B) 276.4º 0.41% 0.84% -
XYZ 38.55 29.53 67.96 -
YUV 152.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 180 126 215 0.16 0.41 0 0.16 276.4 0.53 0.67
Hex B4 7E D7 10 29 0 10 114 35 43
Octal 264 176 327 20 51 0 20 424 65 103
Binary 10110100 1111110 11010111 10000 101001 0 10000 100010100 110101 1000011

Color Harmonies of #B47ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47ED7

Black with #B47ED7

Text Example


Text Example

White with #B47ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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