Html Css Color HEX #B17CFD Medium Purple

📋 copy color: '#B17CFD'

red 177 ◦ green 124 ◦ blue 253

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

Shades of Medium Purple #B17CFD

Tints of Medium Purple #B17CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.67%

R = 31.95%
G = 22.38%
B = 45.67%

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

#B17CFD (or 0xB17CFD) is known color: Medium Purple. HEX triplet: B1, 7C and FD. RGB value is (177,124,253). Sum of RGB (Red+Green+Blue) = 177+124+253=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #B17CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17CFD is #4E8302. Grayscale: #9A9A9A. Windows color (decimal): -5145347 or 16612529. OLE color: 16612529.

HSL color Cylindrical-coordinate representation of color #B17CFD: hue angle of 264.65º degrees, saturation: 0.97, 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 #B17CFD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 124 253 -
CMYK 0.30 0.51 0 0.01
HSL 264.65º 0.97% 0.74% -
HSV(B) 264.65º 0.51% 0.99% -
XYZ 43.07 30.85 96.61 -
YUV 154.55 183.56 144.01 -
System Red Green Blue C M Y K H S L
Decimal 177 124 253 0.30 0.51 0 0.01 264.65 0.97 0.74
Hex B1 7C FD 1E 33 0 1 109 61 4A
Octal 261 174 375 36 63 0 1 411 141 112
Binary 10110001 1111100 11111101 11110 110011 0 1 100001001 1100001 1001010

Color Harmonies of #B17CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17CFD

Black with #B17CFD

Text Example


Text Example

White with #B17CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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