Html Css Color HEX #B16FFC Medium Purple

📋 copy color: '#B16FFC'

red 177 ◦ green 111 ◦ blue 252

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

Shades of Medium Purple #B16FFC

Tints of Medium Purple #B16FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.67%

R = 32.78%
G = 20.56%
B = 46.67%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B16FFC (or 0xB16FFC) is known color: Medium Purple. HEX triplet: B1, 6F and FC. RGB value is (177,111,252). Sum of RGB (Red+Green+Blue) = 177+111+252=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #B16FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FFC is #4E9003. Grayscale: #929292. Windows color (decimal): -5148676 or 16543665. OLE color: 16543665.

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

Color convert

RGB 177 111 252 -
CMYK 0.30 0.56 0 0.01
HSL 268.09º 0.96% 0.71% -
HSV(B) 268.09º 0.56% 0.99% -
XYZ 41.39 27.74 95.27 -
YUV 146.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 177 111 252 0.30 0.56 0 0.01 268.09 0.96 0.71
Hex B1 6F FC 1E 38 0 1 10C 60 47
Octal 261 157 374 36 70 0 1 414 140 107
Binary 10110001 1101111 11111100 11110 111000 0 1 100001100 1100000 1000111

Color Harmonies of #B16FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FFC

Black with #B16FFC

Text Example


Text Example

White with #B16FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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