Html Css Color HEX #B16BFF Medium Purple

📋 copy color: '#B16BFF'

red 177 ◦ green 107 ◦ blue 255

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

Shades of Medium Purple #B16BFF

Tints of Medium Purple #B16BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.85%

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

R = 32.84%
G = 19.85%
B = 47.31%

CMYK

 C value IS 0.31

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B16BFF (or 0xB16BFF) is known color: Medium Purple. HEX triplet: B1, 6B and FF. RGB value is (177,107,255). Sum of RGB (Red+Green+Blue) = 177+107+255=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #B16BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16BFF is #4E9400. Grayscale: #909090. Windows color (decimal): -5149697 or 16739249. OLE color: 16739249.

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

Color convert

RGB 177 107 255 -
CMYK 0.31 0.58 0 0
HSL 268.38º 1% 0.71% -
HSV(B) 268.38º 0.58% 1% -
XYZ 41.44 27.08 97.65 -
YUV 144.8 190.19 150.97 -
System Red Green Blue C M Y K H S L
Decimal 177 107 255 0.31 0.58 0 0 268.38 1 0.71
Hex B1 6B FF 1F 3A 0 0 10C 64 47
Octal 261 153 377 37 72 0 0 414 144 107
Binary 10110001 1101011 11111111 11111 111010 0 0 100001100 1100100 1000111

Color Harmonies of #B16BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16BFF

Black with #B16BFF

Text Example


Text Example

White with #B16BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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