Html Css Color HEX #B16FFF Medium Purple

📋 copy color: '#B16FFF'

red 177 ◦ green 111 ◦ blue 255

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

Shades of Medium Purple #B16FFF

Tints of Medium Purple #B16FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.96%

R = 32.6%
G = 20.44%
B = 46.96%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B16FFF (or 0xB16FFF) is known color: Medium Purple. HEX triplet: B1, 6F and FF. RGB value is (177,111,255). Sum of RGB (Red+Green+Blue) = 177+111+255=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #B16FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FFF is #4E9000. Grayscale: #929292. Windows color (decimal): -5148673 or 16740273. OLE color: 16740273.

HSL color Cylindrical-coordinate representation of color #B16FFF: hue angle of 267.5º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B16FFF is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 111 255 -
CMYK 0.31 0.56 0 0
HSL 267.5º 1% 0.72% -
HSV(B) 267.5º 0.56% 1% -
XYZ 41.87 27.94 97.79 -
YUV 147.15 188.87 149.29 -
System Red Green Blue C M Y K H S L
Decimal 177 111 255 0.31 0.56 0 0 267.5 1 0.72
Hex B1 6F FF 1F 38 0 0 10C 64 48
Octal 261 157 377 37 70 0 0 414 144 110
Binary 10110001 1101111 11111111 11111 111000 0 0 100001100 1100100 1001000

Color Harmonies of #B16FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FFF

Black with #B16FFF

Text Example


Text Example

White with #B16FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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