Html Css Color HEX #B57ED5 East Side

📋 copy color: '#B57ED5'

red 181 ◦ green 126 ◦ blue 213

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

Shades of East Side #B57ED5

Tints of East Side #B57ED5

RGB

 RED value IS 181 (71.09% from 255) = 34.81%

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

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

R = 34.81%
G = 24.23%
B = 40.96%

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

#B57ED5 (or 0xB57ED5) is known color: East Side. HEX triplet: B5, 7E and D5. RGB value is (181,126,213). Sum of RGB (Red+Green+Blue) = 181+126+213=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 213 (83.59% from 255 or 40.96% from 520); Max value from RGB is 213 - color contains mainly: blue. Hex color #B57ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57ED5 is #4A812A. Grayscale: #989898. Windows color (decimal): -4882731 or 13991605. OLE color: 13991605.

HSL color Cylindrical-coordinate representation of color #B57ED5: hue angle of 277.93º 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 #B57ED5 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 126 213 -
CMYK 0.15 0.41 0 0.16
HSL 277.93º 0.51% 0.66% -
HSV(B) 277.93º 0.41% 0.84% -
XYZ 38.53 29.55 66.62 -
YUV 152.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 181 126 213 0.15 0.41 0 0.16 277.93 0.51 0.66
Hex B5 7E D5 F 29 0 10 116 33 42
Octal 265 176 325 17 51 0 20 426 63 102
Binary 10110101 1111110 11010101 1111 101001 0 10000 100010110 110011 1000010

Color Harmonies of #B57ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57ED5

Black with #B57ED5

Text Example


Text Example

White with #B57ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57ED5; }

 p { color: rgb(181,126,213); }

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

background-color css

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

 a { background-color: rgb(181,126,213); }

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

border-color css

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

 span { border-color: rgb(181,126,213); }

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