Html Css Color HEX #B16EF1 Medium Purple

📋 copy color: '#B16EF1'

red 177 ◦ green 110 ◦ blue 241

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

Shades of Medium Purple #B16EF1

Tints of Medium Purple #B16EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.83%

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

R = 33.52%
G = 20.83%
B = 45.64%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B16EF1 (or 0xB16EF1) is known color: Medium Purple. HEX triplet: B1, 6E and F1. RGB value is (177,110,241). Sum of RGB (Red+Green+Blue) = 177+110+241=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 241 (94.53% from 255 or 45.64% from 528); Max value from RGB is 241 - color contains mainly: blue. Hex color #B16EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16EF1 is #4E910E. Grayscale: #909090. Windows color (decimal): -5148943 or 15822513. OLE color: 15822513.

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

Color convert

RGB 177 110 241 -
CMYK 0.27 0.54 0 0.05
HSL 270.69º 0.82% 0.69% -
HSV(B) 270.69º 0.54% 0.95% -
XYZ 39.58 26.85 86.32 -
YUV 144.97 182.2 150.85 -
System Red Green Blue C M Y K H S L
Decimal 177 110 241 0.27 0.54 0 0.05 270.69 0.82 0.69
Hex B1 6E F1 1B 36 0 5 10F 52 45
Octal 261 156 361 33 66 0 5 417 122 105
Binary 10110001 1101110 11110001 11011 110110 0 101 100001111 1010010 1000101

Color Harmonies of #B16EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16EF1

Black with #B16EF1

Text Example


Text Example

White with #B16EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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