Html Css Color HEX #B17CF6 Medium Purple

📋 copy color: '#B17CF6'

red 177 ◦ green 124 ◦ blue 246

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

Shades of Medium Purple #B17CF6

Tints of Medium Purple #B17CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.97%

R = 32.36%
G = 22.67%
B = 44.97%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B17CF6 (or 0xB17CF6) is known color: Medium Purple. HEX triplet: B1, 7C and F6. RGB value is (177,124,246). Sum of RGB (Red+Green+Blue) = 177+124+246=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #B17CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CF6 is #4E8309. Grayscale: #999999. Windows color (decimal): -5145354 or 16153777. OLE color: 16153777.

HSL color Cylindrical-coordinate representation of color #B17CF6: hue angle of 266.07º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B17CF6 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 124 246 -
CMYK 0.28 0.50 0 0.04
HSL 266.07º 0.87% 0.73% -
HSV(B) 266.07º 0.5% 0.96% -
XYZ 41.97 30.42 90.85 -
YUV 153.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 177 124 246 0.28 0.50 0 0.04 266.07 0.87 0.73
Hex B1 7C F6 1C 32 0 4 10A 57 49
Octal 261 174 366 34 62 0 4 412 127 111
Binary 10110001 1111100 11110110 11100 110010 0 100 100001010 1010111 1001001

Color Harmonies of #B17CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CF6

Black with #B17CF6

Text Example


Text Example

White with #B17CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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