Html Css Color HEX #B17FD5 East Side

📋 copy color: '#B17FD5'

red 177 ◦ green 127 ◦ blue 213

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

Shades of East Side #B17FD5

Tints of East Side #B17FD5

RGB

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

 GREEN value IS 127 (50% from 255) = 24.56%

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

R = 34.24%
G = 24.56%
B = 41.2%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B17FD5 (or 0xB17FD5) is known color: East Side. HEX triplet: B1, 7F and D5. RGB value is (177,127,213). Sum of RGB (Red+Green+Blue) = 177+127+213=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #B17FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17FD5 is #4E802A. Grayscale: #979797. Windows color (decimal): -5144619 or 13991857. OLE color: 13991857.

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

Color convert

RGB 177 127 213 -
CMYK 0.17 0.40 0 0.16
HSL 274.88º 0.51% 0.67% -
HSV(B) 274.88º 0.4% 0.84% -
XYZ 37.73 29.33 66.62 -
YUV 151.75 162.57 146.01 -
System Red Green Blue C M Y K H S L
Decimal 177 127 213 0.17 0.40 0 0.16 274.88 0.51 0.67
Hex B1 7F D5 11 28 0 10 113 33 43
Octal 261 177 325 21 50 0 20 423 63 103
Binary 10110001 1111111 11010101 10001 101000 0 10000 100010011 110011 1000011

Color Harmonies of #B17FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FD5

Black with #B17FD5

Text Example


Text Example

White with #B17FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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