Html Css Color HEX #B16CFD Medium Purple

📋 copy color: '#B16CFD'

red 177 ◦ green 108 ◦ blue 253

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

Shades of Medium Purple #B16CFD

Tints of Medium Purple #B16CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.07%

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

R = 32.9%
G = 20.07%
B = 47.03%

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

#B16CFD (or 0xB16CFD) is known color: Medium Purple. HEX triplet: B1, 6C and FD. RGB value is (177,108,253). Sum of RGB (Red+Green+Blue) = 177+108+253=538 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.90% from 538); Green value is 108 (42.58% from 255 or 20.07% from 538); Blue value is 253 (99.22% from 255 or 47.03% from 538); Max value from RGB is 253 - color contains mainly: blue. Hex color #B16CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B16CFD is #4E9302. Grayscale: #909090. Windows color (decimal): -5149443 or 16608433. OLE color: 16608433.

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

Color convert

RGB 177 108 253 -
CMYK 0.30 0.57 0 0.01
HSL 268.55º 0.97% 0.71% -
HSV(B) 268.55º 0.57% 0.99% -
XYZ 41.22 27.16 96 -
YUV 145.16 188.86 150.71 -
System Red Green Blue C M Y K H S L
Decimal 177 108 253 0.30 0.57 0 0.01 268.55 0.97 0.71
Hex B1 6C FD 1E 39 0 1 10D 61 47
Octal 261 154 375 36 71 0 1 415 141 107
Binary 10110001 1101100 11111101 11110 111001 0 1 100001101 1100001 1000111

Color Harmonies of #B16CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16CFD

Black with #B16CFD

Text Example


Text Example

White with #B16CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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