Html Css Color HEX #B16DFC Medium Purple

📋 copy color: '#B16DFC'

red 177 ◦ green 109 ◦ blue 252

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

Shades of Medium Purple #B16DFC

Tints of Medium Purple #B16DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.84%

R = 32.9%
G = 20.26%
B = 46.84%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B16DFC (or 0xB16DFC) is known color: Medium Purple. HEX triplet: B1, 6D and FC. RGB value is (177,109,252). Sum of RGB (Red+Green+Blue) = 177+109+252=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #B16DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DFC is #4E9203. Grayscale: #919191. Windows color (decimal): -5149188 or 16543153. OLE color: 16543153.

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

Color convert

RGB 177 109 252 -
CMYK 0.30 0.57 0 0.01
HSL 268.53º 0.96% 0.71% -
HSV(B) 268.53º 0.57% 0.99% -
XYZ 41.17 27.31 95.2 -
YUV 145.63 188.03 150.37 -
System Red Green Blue C M Y K H S L
Decimal 177 109 252 0.30 0.57 0 0.01 268.53 0.96 0.71
Hex B1 6D FC 1E 39 0 1 10D 60 47
Octal 261 155 374 36 71 0 1 415 140 107
Binary 10110001 1101101 11111100 11110 111001 0 1 100001101 1100000 1000111

Color Harmonies of #B16DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DFC

Black with #B16DFC

Text Example


Text Example

White with #B16DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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