Html Css Color HEX #B17CF8 Medium Purple

📋 copy color: '#B17CF8'

red 177 ◦ green 124 ◦ blue 248

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

Shades of Medium Purple #B17CF8

Tints of Medium Purple #B17CF8

RGB

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

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

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

R = 32.24%
G = 22.59%
B = 45.17%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B17CF8 (or 0xB17CF8) is known color: Medium Purple. HEX triplet: B1, 7C and F8. RGB value is (177,124,248). Sum of RGB (Red+Green+Blue) = 177+124+248=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 124 (48.83% from 255 or 22.59% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 248 - color contains mainly: blue. Hex color #B17CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CF8 is #4E8307. Grayscale: #999999. Windows color (decimal): -5145352 or 16284849. OLE color: 16284849.

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

Color convert

RGB 177 124 248 -
CMYK 0.29 0.5 0 0.03
HSL 265.65º 0.9% 0.73% -
HSV(B) 265.65º 0.5% 0.97% -
XYZ 42.28 30.54 92.47 -
YUV 153.98 181.06 144.42 -
System Red Green Blue C M Y K H S L
Decimal 177 124 248 0.29 0.5 0 0.03 265.65 0.9 0.73
Hex B1 7C F8 1D 32 0 3 10A 5A 49
Octal 261 174 370 35 62 0 3 412 132 111
Binary 10110001 1111100 11111000 11101 110010 0 11 100001010 1011010 1001001

Color Harmonies of #B17CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CF8

Black with #B17CF8

Text Example


Text Example

White with #B17CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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