Html Css Color HEX #B17FF8 Medium Purple

📋 copy color: '#B17FF8'

red 177 ◦ green 127 ◦ blue 248

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

Shades of Medium Purple #B17FF8

Tints of Medium Purple #B17FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.93%

R = 32.07%
G = 23.01%
B = 44.93%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B17FF8 (or 0xB17FF8) is known color: Medium Purple. HEX triplet: B1, 7F and F8. RGB value is (177,127,248). Sum of RGB (Red+Green+Blue) = 177+127+248=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #B17FF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FF8 is #4E8007. Grayscale: #9B9B9B. Windows color (decimal): -5144584 or 16285617. OLE color: 16285617.

HSL color Cylindrical-coordinate representation of color #B17FF8: hue angle of 264.79º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B17FF8 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 127 248 -
CMYK 0.29 0.49 0 0.03
HSL 264.79º 0.9% 0.74% -
HSV(B) 264.79º 0.49% 0.97% -
XYZ 42.66 31.3 92.6 -
YUV 155.74 180.07 143.16 -
System Red Green Blue C M Y K H S L
Decimal 177 127 248 0.29 0.49 0 0.03 264.79 0.9 0.74
Hex B1 7F F8 1D 31 0 3 109 5A 4A
Octal 261 177 370 35 61 0 3 411 132 112
Binary 10110001 1111111 11111000 11101 110001 0 11 100001001 1011010 1001010

Color Harmonies of #B17FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FF8

Black with #B17FF8

Text Example


Text Example

White with #B17FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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