Html Css Color HEX #B16DFD Medium Purple

📋 copy color: '#B16DFD'

red 177 ◦ green 109 ◦ blue 253

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

Shades of Medium Purple #B16DFD

Tints of Medium Purple #B16DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.94%

R = 32.84%
G = 20.22%
B = 46.94%

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

#B16DFD (or 0xB16DFD) is known color: Medium Purple. HEX triplet: B1, 6D and FD. RGB value is (177,109,253). Sum of RGB (Red+Green+Blue) = 177+109+253=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #B16DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16DFD is #4E9202. Grayscale: #919191. Windows color (decimal): -5149187 or 16608689. OLE color: 16608689.

HSL color Cylindrical-coordinate representation of color #B16DFD: hue angle of 268.33º degrees, saturation: 0.97, 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 #B16DFD is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 109 253 -
CMYK 0.30 0.57 0 0.01
HSL 268.33º 0.97% 0.71% -
HSV(B) 268.33º 0.57% 0.99% -
XYZ 41.33 27.38 96.03 -
YUV 145.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 177 109 253 0.30 0.57 0 0.01 268.33 0.97 0.71
Hex B1 6D FD 1E 39 0 1 10C 61 47
Octal 261 155 375 36 71 0 1 414 141 107
Binary 10110001 1101101 11111101 11110 111001 0 1 100001100 1100001 1000111

Color Harmonies of #B16DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16DFD

Black with #B16DFD

Text Example


Text Example

White with #B16DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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