Html Css Color HEX #B17FF9 Medium Purple

📋 copy color: '#B17FF9'

red 177 ◦ green 127 ◦ blue 249

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

Shades of Medium Purple #B17FF9

Tints of Medium Purple #B17FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.03%

R = 32.01%
G = 22.97%
B = 45.03%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B17FF9 (or 0xB17FF9) is known color: Medium Purple. HEX triplet: B1, 7F and F9. RGB value is (177,127,249). Sum of RGB (Red+Green+Blue) = 177+127+249=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #B17FF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17FF9 is #4E8006. Grayscale: #9B9B9B. Windows color (decimal): -5144583 or 16351153. OLE color: 16351153.

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

Color convert

RGB 177 127 249 -
CMYK 0.29 0.49 0 0.02
HSL 264.59º 0.91% 0.74% -
HSV(B) 264.59º 0.49% 0.98% -
XYZ 42.82 31.37 93.42 -
YUV 155.86 180.57 143.08 -
System Red Green Blue C M Y K H S L
Decimal 177 127 249 0.29 0.49 0 0.02 264.59 0.91 0.74
Hex B1 7F F9 1D 31 0 2 109 5B 4A
Octal 261 177 371 35 61 0 2 411 133 112
Binary 10110001 1111111 11111001 11101 110001 0 10 100001001 1011011 1001010

Color Harmonies of #B17FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17FF9

Black with #B17FF9

Text Example


Text Example

White with #B17FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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