Html Css Color HEX #B17AEF Medium Purple

📋 copy color: '#B17AEF'

red 177 ◦ green 122 ◦ blue 239

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

Shades of Medium Purple #B17AEF

Tints of Medium Purple #B17AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 32.9%
G = 22.68%
B = 44.42%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B17AEF (or 0xB17AEF) is known color: Medium Purple. HEX triplet: B1, 7A and EF. RGB value is (177,122,239). Sum of RGB (Red+Green+Blue) = 177+122+239=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 122 (48.05% from 255 or 22.68% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #B17AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17AEF is #4E8510. Grayscale: #979797. Windows color (decimal): -5145873 or 15694513. OLE color: 15694513.

HSL color Cylindrical-coordinate representation of color #B17AEF: hue angle of 268.21º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B17AEF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 122 239 -
CMYK 0.26 0.49 0 0.06
HSL 268.21º 0.79% 0.71% -
HSV(B) 268.21º 0.49% 0.94% -
XYZ 40.67 29.5 85.21 -
YUV 151.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 177 122 239 0.26 0.49 0 0.06 268.21 0.79 0.71
Hex B1 7A EF 1A 31 0 6 10C 4F 47
Octal 261 172 357 32 61 0 6 414 117 107
Binary 10110001 1111010 11101111 11010 110001 0 110 100001100 1001111 1000111

Color Harmonies of #B17AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17AEF

Black with #B17AEF

Text Example


Text Example

White with #B17AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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