Html Css Color HEX #B16FFB Medium Purple

📋 copy color: '#B16FFB'

red 177 ◦ green 111 ◦ blue 251

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

Shades of Medium Purple #B16FFB

Tints of Medium Purple #B16FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.57%

R = 32.84%
G = 20.59%
B = 46.57%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B16FFB (or 0xB16FFB) is known color: Medium Purple. HEX triplet: B1, 6F and FB. RGB value is (177,111,251). Sum of RGB (Red+Green+Blue) = 177+111+251=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 111 (43.75% from 255 or 20.59% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #B16FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16FFB is #4E9004. Grayscale: #929292. Windows color (decimal): -5148677 or 16478129. OLE color: 16478129.

HSL color Cylindrical-coordinate representation of color #B16FFB: hue angle of 268.29º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B16FFB is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 111 251 -
CMYK 0.29 0.56 0 0.02
HSL 268.29º 0.95% 0.71% -
HSV(B) 268.29º 0.56% 0.98% -
XYZ 41.23 27.68 94.44 -
YUV 146.69 186.87 149.62 -
System Red Green Blue C M Y K H S L
Decimal 177 111 251 0.29 0.56 0 0.02 268.29 0.95 0.71
Hex B1 6F FB 1D 38 0 2 10C 5F 47
Octal 261 157 373 35 70 0 2 414 137 107
Binary 10110001 1101111 11111011 11101 111000 0 10 100001100 1011111 1000111

Color Harmonies of #B16FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16FFB

Black with #B16FFB

Text Example


Text Example

White with #B16FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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