Html Css Color HEX #B17ACE East Side

📋 copy color: '#B17ACE'

red 177 ◦ green 122 ◦ blue 206

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

Shades of East Side #B17ACE

Tints of East Side #B17ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.16%

 BLUE value IS 206 (80.86% from 255) = 40.79%

R = 35.05%
G = 24.16%
B = 40.79%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B17ACE (or 0xB17ACE) is known color: East Side. HEX triplet: B1, 7A and CE. RGB value is (177,122,206). Sum of RGB (Red+Green+Blue) = 177+122+206=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #B17ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B17ACE is #4E8531. Grayscale: #939393. Windows color (decimal): -5145906 or 13531825. OLE color: 13531825.

HSL color Cylindrical-coordinate representation of color #B17ACE: hue angle of 279.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B17ACE is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 122 206 -
CMYK 0.14 0.41 0 0.19
HSL 279.29º 0.46% 0.64% -
HSV(B) 279.29º 0.41% 0.81% -
XYZ 36.23 27.72 61.83 -
YUV 148.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 177 122 206 0.14 0.41 0 0.19 279.29 0.46 0.64
Hex B1 7A CE E 29 0 13 117 2E 40
Octal 261 172 316 16 51 0 23 427 56 100
Binary 10110001 1111010 11001110 1110 101001 0 10011 100010111 101110 1000000

Color Harmonies of #B17ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17ACE

Black with #B17ACE

Text Example


Text Example

White with #B17ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17ACE; }

 p { color: rgb(177,122,206); }

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

background-color css

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

 a { background-color: rgb(177,122,206); }

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

border-color css

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

 span { border-color: rgb(177,122,206); }

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