Html Css Color HEX #B17CFF Medium Purple

📋 copy color: '#B17CFF'

red 177 ◦ green 124 ◦ blue 255

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

Shades of Medium Purple #B17CFF

Tints of Medium Purple #B17CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.86%

R = 31.83%
G = 22.3%
B = 45.86%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B17CFF (or 0xB17CFF) is known color: Medium Purple. HEX triplet: B1, 7C and FF. RGB value is (177,124,255). Sum of RGB (Red+Green+Blue) = 177+124+255=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #B17CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CFF is #4E8300. Grayscale: #9A9A9A. Windows color (decimal): -5145345 or 16743601. OLE color: 16743601.

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

Color convert

RGB 177 124 255 -
CMYK 0.31 0.51 0 0
HSL 264.27º 1% 0.74% -
HSV(B) 264.27º 0.51% 1% -
XYZ 43.39 30.98 98.3 -
YUV 154.78 184.56 143.85 -
System Red Green Blue C M Y K H S L
Decimal 177 124 255 0.31 0.51 0 0 264.27 1 0.74
Hex B1 7C FF 1F 33 0 0 108 64 4A
Octal 261 174 377 37 63 0 0 410 144 112
Binary 10110001 1111100 11111111 11111 110011 0 0 100001000 1100100 1001010

Color Harmonies of #B17CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CFF

Black with #B17CFF

Text Example


Text Example

White with #B17CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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