Html Css Color HEX #B17ED5 East Side

📋 copy color: '#B17ED5'

red 177 ◦ green 126 ◦ blue 213

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

Shades of East Side #B17ED5

Tints of East Side #B17ED5

RGB

 RED value IS 177 (69.53% from 255) = 34.3%

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

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

R = 34.3%
G = 24.42%
B = 41.28%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B17ED5 (or 0xB17ED5) is known color: East Side. HEX triplet: B1, 7E and D5. RGB value is (177,126,213). Sum of RGB (Red+Green+Blue) = 177+126+213=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 213 (83.59% from 255 or 41.28% from 516); Max value from RGB is 213 - color contains mainly: blue. Hex color #B17ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ED5 is #4E812A. Grayscale: #969696. Windows color (decimal): -5144875 or 13991601. OLE color: 13991601.

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

Color convert

RGB 177 126 213 -
CMYK 0.17 0.41 0 0.16
HSL 275.17º 0.51% 0.66% -
HSV(B) 275.17º 0.41% 0.84% -
XYZ 37.6 29.07 66.58 -
YUV 151.17 162.9 146.43 -
System Red Green Blue C M Y K H S L
Decimal 177 126 213 0.17 0.41 0 0.16 275.17 0.51 0.66
Hex B1 7E D5 11 29 0 10 113 33 42
Octal 261 176 325 21 51 0 20 423 63 102
Binary 10110001 1111110 11010101 10001 101001 0 10000 100010011 110011 1000010

Color Harmonies of #B17ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17ED5

Black with #B17ED5

Text Example


Text Example

White with #B17ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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