Html Css Color HEX #B16FEC Medium Purple

📋 copy color: '#B16FEC'

red 177 ◦ green 111 ◦ blue 236

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

Shades of Medium Purple #B16FEC

Tints of Medium Purple #B16FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.18%

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

R = 33.78%
G = 21.18%
B = 45.04%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B16FEC (or 0xB16FEC) is known color: Medium Purple. HEX triplet: B1, 6F and EC. RGB value is (177,111,236). Sum of RGB (Red+Green+Blue) = 177+111+236=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #B16FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FEC is #4E9013. Grayscale: #909090. Windows color (decimal): -5148692 or 15495089. OLE color: 15495089.

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

Color convert

RGB 177 111 236 -
CMYK 0.25 0.53 0 0.07
HSL 271.68º 0.77% 0.68% -
HSV(B) 271.68º 0.53% 0.93% -
XYZ 38.96 26.77 82.47 -
YUV 144.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 177 111 236 0.25 0.53 0 0.07 271.68 0.77 0.68
Hex B1 6F EC 19 35 0 7 110 4D 44
Octal 261 157 354 31 65 0 7 420 115 104
Binary 10110001 1101111 11101100 11001 110101 0 111 100010000 1001101 1000100

Color Harmonies of #B16FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FEC

Black with #B16FEC

Text Example


Text Example

White with #B16FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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