Html Css Color HEX #B17AEC Medium Purple

📋 copy color: '#B17AEC'

red 177 ◦ green 122 ◦ blue 236

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

Shades of Medium Purple #B17AEC

Tints of Medium Purple #B17AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.11%

R = 33.08%
G = 22.8%
B = 44.11%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B17AEC (or 0xB17AEC) is known color: Medium Purple. HEX triplet: B1, 7A and EC. RGB value is (177,122,236). Sum of RGB (Red+Green+Blue) = 177+122+236=535 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.08% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #B17AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17AEC is #4E8513. Grayscale: #979797. Windows color (decimal): -5145876 or 15497905. OLE color: 15497905.

HSL color Cylindrical-coordinate representation of color #B17AEC: hue angle of 268.95º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B17AEC is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 122 236 -
CMYK 0.25 0.48 0 0.07
HSL 268.95º 0.75% 0.7% -
HSV(B) 268.95º 0.48% 0.93% -
XYZ 40.23 29.32 82.9 -
YUV 151.44 175.72 146.23 -
System Red Green Blue C M Y K H S L
Decimal 177 122 236 0.25 0.48 0 0.07 268.95 0.75 0.7
Hex B1 7A EC 19 30 0 7 10D 4B 46
Octal 261 172 354 31 60 0 7 415 113 106
Binary 10110001 1111010 11101100 11001 110000 0 111 100001101 1001011 1000110

Color Harmonies of #B17AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17AEC

Black with #B17AEC

Text Example


Text Example

White with #B17AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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