Html Css Color HEX #B16CFE Medium Purple

📋 copy color: '#B16CFE'

red 177 ◦ green 108 ◦ blue 254

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

Shades of Medium Purple #B16CFE

Tints of Medium Purple #B16CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.04%

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

R = 32.84%
G = 20.04%
B = 47.12%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B16CFE (or 0xB16CFE) is known color: Medium Purple. HEX triplet: B1, 6C and FE. RGB value is (177,108,254). Sum of RGB (Red+Green+Blue) = 177+108+254=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 108 (42.58% from 255 or 20.04% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #B16CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16CFE is #4E9301. Grayscale: #909090. Windows color (decimal): -5149442 or 16673969. OLE color: 16673969.

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

Color convert

RGB 177 108 254 -
CMYK 0.30 0.57 0 0.00
HSL 268.36º 0.99% 0.71% -
HSV(B) 268.36º 0.57% 1% -
XYZ 41.38 27.23 96.84 -
YUV 145.28 189.36 150.63 -
System Red Green Blue C M Y K H S L
Decimal 177 108 254 0.30 0.57 0 0.00 268.36 0.99 0.71
Hex B1 6C FE 1E 39 0 0 10C 63 47
Octal 261 154 376 36 71 0 0 414 143 107
Binary 10110001 1101100 11111110 11110 111001 0 0 100001100 1100011 1000111

Color Harmonies of #B16CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CFE

Black with #B16CFE

Text Example


Text Example

White with #B16CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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