Html Css Color HEX #B16DFF Medium Purple

📋 copy color: '#B16DFF'

red 177 ◦ green 109 ◦ blue 255

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

Shades of Medium Purple #B16DFF

Tints of Medium Purple #B16DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.15%

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

R = 32.72%
G = 20.15%
B = 47.13%

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

#B16DFF (or 0xB16DFF) is known color: Medium Purple. HEX triplet: B1, 6D and FF. RGB value is (177,109,255). Sum of RGB (Red+Green+Blue) = 177+109+255=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #B16DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DFF is #4E9200. Grayscale: #919191. Windows color (decimal): -5149185 or 16739761. OLE color: 16739761.

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

Color convert

RGB 177 109 255 -
CMYK 0.31 0.57 0 0
HSL 267.95º 1% 0.71% -
HSV(B) 267.95º 0.57% 1% -
XYZ 41.65 27.5 97.72 -
YUV 145.98 189.53 150.13 -
System Red Green Blue C M Y K H S L
Decimal 177 109 255 0.31 0.57 0 0 267.95 1 0.71
Hex B1 6D FF 1F 39 0 0 10C 64 47
Octal 261 155 377 37 71 0 0 414 144 107
Binary 10110001 1101101 11111111 11111 111001 0 0 100001100 1100100 1000111

Color Harmonies of #B16DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DFF

Black with #B16DFF

Text Example


Text Example

White with #B16DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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