Html Css Color HEX #B16BF1 Medium Purple

📋 copy color: '#B16BF1'

red 177 ◦ green 107 ◦ blue 241

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

Shades of Medium Purple #B16BF1

Tints of Medium Purple #B16BF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 45.9%

R = 33.71%
G = 20.38%
B = 45.9%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B16BF1 (or 0xB16BF1) is known color: Medium Purple. HEX triplet: B1, 6B and F1. RGB value is (177,107,241). Sum of RGB (Red+Green+Blue) = 177+107+241=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #B16BF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16BF1 is #4E940E. Grayscale: #8E8E8E. Windows color (decimal): -5149711 or 15821745. OLE color: 15821745.

HSL color Cylindrical-coordinate representation of color #B16BF1: hue angle of 271.34º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B16BF1 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 107 241 -
CMYK 0.27 0.56 0 0.05
HSL 271.34º 0.83% 0.68% -
HSV(B) 271.34º 0.56% 0.95% -
XYZ 39.27 26.21 86.21 -
YUV 143.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 177 107 241 0.27 0.56 0 0.05 271.34 0.83 0.68
Hex B1 6B F1 1B 38 0 5 10F 53 44
Octal 261 153 361 33 70 0 5 417 123 104
Binary 10110001 1101011 11110001 11011 111000 0 101 100001111 1010011 1000100

Color Harmonies of #B16BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16BF1

Black with #B16BF1

Text Example


Text Example

White with #B16BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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