Html Css Color HEX #B47DDA East Side

📋 copy color: '#B47DDA'

red 180 ◦ green 125 ◦ blue 218

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

Shades of East Side #B47DDA

Tints of East Side #B47DDA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.9%

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 34.42%
G = 23.9%
B = 41.68%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B47DDA (or 0xB47DDA) is known color: East Side. HEX triplet: B4, 7D and DA. RGB value is (180,125,218). Sum of RGB (Red+Green+Blue) = 180+125+218=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #B47DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DDA is #4B8225. Grayscale: #979797. Windows color (decimal): -4948518 or 14319028. OLE color: 14319028.

HSL color Cylindrical-coordinate representation of color #B47DDA: hue angle of 275.48º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B47DDA is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 125 218 -
CMYK 0.17 0.43 0 0.15
HSL 275.48º 0.56% 0.67% -
HSV(B) 275.48º 0.43% 0.85% -
XYZ 38.81 29.43 69.97 -
YUV 152.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 180 125 218 0.17 0.43 0 0.15 275.48 0.56 0.67
Hex B4 7D DA 11 2B 0 F 113 38 43
Octal 264 175 332 21 53 0 17 423 70 103
Binary 10110100 1111101 11011010 10001 101011 0 1111 100010011 111000 1000011

Color Harmonies of #B47DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DDA

Black with #B47DDA

Text Example


Text Example

White with #B47DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DDA; }

 p { color: rgb(180,125,218); }

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

background-color css

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

 a { background-color: rgb(180,125,218); }

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

border-color css

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

 span { border-color: rgb(180,125,218); }

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