Html Css Color HEX #B17CFE Medium Purple

📋 copy color: '#B17CFE'

red 177 ◦ green 124 ◦ blue 254

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

Shades of Medium Purple #B17CFE

Tints of Medium Purple #B17CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.77%

R = 31.89%
G = 22.34%
B = 45.77%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B17CFE (or 0xB17CFE) is known color: Medium Purple. HEX triplet: B1, 7C and FE. RGB value is (177,124,254). Sum of RGB (Red+Green+Blue) = 177+124+254=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 124 (48.83% from 255 or 22.34% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #B17CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CFE is #4E8301. Grayscale: #9A9A9A. Windows color (decimal): -5145346 or 16678065. OLE color: 16678065.

HSL color Cylindrical-coordinate representation of color #B17CFE: hue angle of 264.46º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B17CFE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 124 254 -
CMYK 0.30 0.51 0 0.00
HSL 264.46º 0.98% 0.74% -
HSV(B) 264.46º 0.51% 1% -
XYZ 43.23 30.92 97.46 -
YUV 154.67 184.06 143.93 -
System Red Green Blue C M Y K H S L
Decimal 177 124 254 0.30 0.51 0 0.00 264.46 0.98 0.74
Hex B1 7C FE 1E 33 0 0 108 62 4A
Octal 261 174 376 36 63 0 0 410 142 112
Binary 10110001 1111100 11111110 11110 110011 0 0 100001000 1100010 1001010

Color Harmonies of #B17CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CFE

Black with #B17CFE

Text Example


Text Example

White with #B17CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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