Html Css Color HEX #B17CFC Medium Purple

📋 copy color: '#B17CFC'

red 177 ◦ green 124 ◦ blue 252

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

Shades of Medium Purple #B17CFC

Tints of Medium Purple #B17CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 32.01%
G = 22.42%
B = 45.57%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B17CFC (or 0xB17CFC) is known color: Medium Purple. HEX triplet: B1, 7C and FC. RGB value is (177,124,252). Sum of RGB (Red+Green+Blue) = 177+124+252=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #B17CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CFC is #4E8303. Grayscale: #999999. Windows color (decimal): -5145348 or 16546993. OLE color: 16546993.

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

Color convert

RGB 177 124 252 -
CMYK 0.30 0.51 0 0.01
HSL 264.84º 0.96% 0.74% -
HSV(B) 264.84º 0.51% 0.99% -
XYZ 42.91 30.79 95.78 -
YUV 154.44 183.06 144.09 -
System Red Green Blue C M Y K H S L
Decimal 177 124 252 0.30 0.51 0 0.01 264.84 0.96 0.74
Hex B1 7C FC 1E 33 0 1 109 60 4A
Octal 261 174 374 36 63 0 1 411 140 112
Binary 10110001 1111100 11111100 11110 110011 0 1 100001001 1100000 1001010

Color Harmonies of #B17CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CFC

Black with #B17CFC

Text Example


Text Example

White with #B17CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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