Html Css Color HEX #B171FE Medium Purple

📋 copy color: '#B171FE'

red 177 ◦ green 113 ◦ blue 254

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

Shades of Medium Purple #B171FE

Tints of Medium Purple #B171FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.77%

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

R = 32.54%
G = 20.77%
B = 46.69%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B171FE (or 0xB171FE) is known color: Medium Purple. HEX triplet: B1, 71 and FE. RGB value is (177,113,254). Sum of RGB (Red+Green+Blue) = 177+113+254=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 113 (44.53% from 255 or 20.77% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #B171FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B171FE is #4E8E01. Grayscale: #939393. Windows color (decimal): -5148162 or 16675249. OLE color: 16675249.

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

Color convert

RGB 177 113 254 -
CMYK 0.30 0.56 0 0.00
HSL 267.23º 0.99% 0.72% -
HSV(B) 267.23º 0.56% 1% -
XYZ 41.93 28.31 97.02 -
YUV 148.21 187.7 148.54 -
System Red Green Blue C M Y K H S L
Decimal 177 113 254 0.30 0.56 0 0.00 267.23 0.99 0.72
Hex B1 71 FE 1E 38 0 0 10B 63 48
Octal 261 161 376 36 70 0 0 413 143 110
Binary 10110001 1110001 11111110 11110 111000 0 0 100001011 1100011 1001000

Color Harmonies of #B171FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171FE

Black with #B171FE

Text Example


Text Example

White with #B171FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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