Html Css Color HEX #B17CF1 Medium Purple

📋 copy color: '#B17CF1'

red 177 ◦ green 124 ◦ blue 241

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

Shades of Medium Purple #B17CF1

Tints of Medium Purple #B17CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.88%

 BLUE value IS 241 (94.53% from 255) = 44.46%

R = 32.66%
G = 22.88%
B = 44.46%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B17CF1 (or 0xB17CF1) is known color: Medium Purple. HEX triplet: B1, 7C and F1. RGB value is (177,124,241). Sum of RGB (Red+Green+Blue) = 177+124+241=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #B17CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CF1 is #4E830E. Grayscale: #989898. Windows color (decimal): -5145359 or 15826097. OLE color: 15826097.

HSL color Cylindrical-coordinate representation of color #B17CF1: hue angle of 267.18º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B17CF1 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 124 241 -
CMYK 0.27 0.49 0 0.05
HSL 267.18º 0.81% 0.72% -
HSV(B) 267.18º 0.49% 0.95% -
XYZ 41.22 30.11 86.86 -
YUV 153.19 177.56 144.99 -
System Red Green Blue C M Y K H S L
Decimal 177 124 241 0.27 0.49 0 0.05 267.18 0.81 0.72
Hex B1 7C F1 1B 31 0 5 10B 51 48
Octal 261 174 361 33 61 0 5 413 121 110
Binary 10110001 1111100 11110001 11011 110001 0 101 100001011 1010001 1001000

Color Harmonies of #B17CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CF1

Black with #B17CF1

Text Example


Text Example

White with #B17CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CF1; }

 p { color: rgb(177,124,241); }

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

background-color css

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

 a { background-color: rgb(177,124,241); }

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

border-color css

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

 span { border-color: rgb(177,124,241); }

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