Html Css Color HEX #B17DFE Medium Purple

📋 copy color: '#B17DFE'

red 177 ◦ green 125 ◦ blue 254

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

Shades of Medium Purple #B17DFE

Tints of Medium Purple #B17DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.48%

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

R = 31.83%
G = 22.48%
B = 45.68%

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

#B17DFE (or 0xB17DFE) is known color: Medium Purple. HEX triplet: B1, 7D and FE. RGB value is (177,125,254). Sum of RGB (Red+Green+Blue) = 177+125+254=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 125 (49.22% from 255 or 22.48% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #B17DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B17DFE is #4E8201. Grayscale: #9A9A9A. Windows color (decimal): -5145090 or 16678321. OLE color: 16678321.

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

Color convert

RGB 177 125 254 -
CMYK 0.30 0.51 0 0.00
HSL 264.19º 0.98% 0.74% -
HSV(B) 264.19º 0.51% 1% -
XYZ 43.35 31.17 97.5 -
YUV 155.25 183.73 143.51 -
System Red Green Blue C M Y K H S L
Decimal 177 125 254 0.30 0.51 0 0.00 264.19 0.98 0.74
Hex B1 7D FE 1E 33 0 0 108 62 4A
Octal 261 175 376 36 63 0 0 410 142 112
Binary 10110001 1111101 11111110 11110 110011 0 0 100001000 1100010 1001010

Color Harmonies of #B17DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17DFE

Black with #B17DFE

Text Example


Text Example

White with #B17DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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