Html Css Color HEX #B16AFE Medium Purple

📋 copy color: '#B16AFE'

red 177 ◦ green 106 ◦ blue 254

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

Shades of Medium Purple #B16AFE

Tints of Medium Purple #B16AFE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.74%

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 32.96%
G = 19.74%
B = 47.3%

CMYK

 C value IS 0.30

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B16AFE (or 0xB16AFE) is known color: Medium Purple. HEX triplet: B1, 6A and FE. RGB value is (177,106,254). Sum of RGB (Red+Green+Blue) = 177+106+254=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #B16AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16AFE is #4E9501. Grayscale: #8F8F8F. Windows color (decimal): -5149954 or 16673457. OLE color: 16673457.

HSL color Cylindrical-coordinate representation of color #B16AFE: hue angle of 268.78º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B16AFE is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 106 254 -
CMYK 0.30 0.58 0 0.00
HSL 268.78º 0.99% 0.71% -
HSV(B) 268.78º 0.58% 1% -
XYZ 41.17 26.81 96.77 -
YUV 144.1 190.02 151.47 -
System Red Green Blue C M Y K H S L
Decimal 177 106 254 0.30 0.58 0 0.00 268.78 0.99 0.71
Hex B1 6A FE 1E 3A 0 0 10D 63 47
Octal 261 152 376 36 72 0 0 415 143 107
Binary 10110001 1101010 11111110 11110 111010 0 0 100001101 1100011 1000111

Color Harmonies of #B16AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16AFE

Black with #B16AFE

Text Example


Text Example

White with #B16AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16AFE; }

 p { color: rgb(177,106,254); }

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

background-color css

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

 a { background-color: rgb(177,106,254); }

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

border-color css

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

 span { border-color: rgb(177,106,254); }

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