Html Css Color HEX #B16EFF Medium Purple

📋 copy color: '#B16EFF'

red 177 ◦ green 110 ◦ blue 255

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

Shades of Medium Purple #B16EFF

Tints of Medium Purple #B16EFF

RGB

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

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

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

R = 32.66%
G = 20.3%
B = 47.05%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B16EFF (or 0xB16EFF) is known color: Medium Purple. HEX triplet: B1, 6E and FF. RGB value is (177,110,255). Sum of RGB (Red+Green+Blue) = 177+110+255=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #B16EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16EFF is #4E9100. Grayscale: #929292. Windows color (decimal): -5148929 or 16740017. OLE color: 16740017.

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

Color convert

RGB 177 110 255 -
CMYK 0.31 0.57 0 0
HSL 267.72º 1% 0.72% -
HSV(B) 267.72º 0.57% 1% -
XYZ 41.76 27.72 97.76 -
YUV 146.56 189.2 149.71 -
System Red Green Blue C M Y K H S L
Decimal 177 110 255 0.31 0.57 0 0 267.72 1 0.72
Hex B1 6E FF 1F 39 0 0 10C 64 48
Octal 261 156 377 37 71 0 0 414 144 110
Binary 10110001 1101110 11111111 11111 111001 0 0 100001100 1100100 1001000

Color Harmonies of #B16EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16EFF

Black with #B16EFF

Text Example


Text Example

White with #B16EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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