Html Css Color HEX #B47DD5 East Side

📋 copy color: '#B47DD5'

red 180 ◦ green 125 ◦ blue 213

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

Shades of East Side #B47DD5

Tints of East Side #B47DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.12%

R = 34.75%
G = 24.13%
B = 41.12%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B47DD5 (or 0xB47DD5) is known color: East Side. HEX triplet: B4, 7D and D5. RGB value is (180,125,213). Sum of RGB (Red+Green+Blue) = 180+125+213=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #B47DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B47DD5 is #4B822A. Grayscale: #979797. Windows color (decimal): -4948523 or 13991348. OLE color: 13991348.

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

Color convert

RGB 180 125 213 -
CMYK 0.15 0.41 0 0.16
HSL 277.5º 0.51% 0.66% -
HSV(B) 277.5º 0.41% 0.84% -
XYZ 38.17 29.17 66.57 -
YUV 151.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 180 125 213 0.15 0.41 0 0.16 277.5 0.51 0.66
Hex B4 7D D5 F 29 0 10 116 33 42
Octal 264 175 325 17 51 0 20 426 63 102
Binary 10110100 1111101 11010101 1111 101001 0 10000 100010110 110011 1000010

Color Harmonies of #B47DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47DD5

Black with #B47DD5

Text Example


Text Example

White with #B47DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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