Html Css Color HEX #B17FFF Medium Purple

📋 copy color: '#B17FFF'

red 177 ◦ green 127 ◦ blue 255

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

Shades of Medium Purple #B17FFF

Tints of Medium Purple #B17FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 22.72%

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

R = 31.66%
G = 22.72%
B = 45.62%

CMYK

 C value IS 0.31

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B17FFF (or 0xB17FFF) is known color: Medium Purple. HEX triplet: B1, 7F and FF. RGB value is (177,127,255). Sum of RGB (Red+Green+Blue) = 177+127+255=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 127 (50% from 255 or 22.72% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #B17FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FFF is #4E8000. Grayscale: #9C9C9C. Windows color (decimal): -5144577 or 16744369. OLE color: 16744369.

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

Color convert

RGB 177 127 255 -
CMYK 0.31 0.50 0 0
HSL 263.44º 1% 0.75% -
HSV(B) 263.44º 0.5% 1% -
XYZ 43.77 31.75 98.43 -
YUV 156.54 183.57 142.59 -
System Red Green Blue C M Y K H S L
Decimal 177 127 255 0.31 0.50 0 0 263.44 1 0.75
Hex B1 7F FF 1F 32 0 0 107 64 4B
Octal 261 177 377 37 62 0 0 407 144 113
Binary 10110001 1111111 11111111 11111 110010 0 0 100000111 1100100 1001011

Color Harmonies of #B17FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FFF

Black with #B17FFF

Text Example


Text Example

White with #B17FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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