Html Css Color HEX #B171EC Medium Purple

📋 copy color: '#B171EC'

red 177 ◦ green 113 ◦ blue 236

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

Shades of Medium Purple #B171EC

Tints of Medium Purple #B171EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 33.65%
G = 21.48%
B = 44.87%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B171EC (or 0xB171EC) is known color: Medium Purple. HEX triplet: B1, 71 and EC. RGB value is (177,113,236). Sum of RGB (Red+Green+Blue) = 177+113+236=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #B171EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B171EC is #4E8E13. Grayscale: #919191. Windows color (decimal): -5148180 or 15495601. OLE color: 15495601.

HSL color Cylindrical-coordinate representation of color #B171EC: hue angle of 271.22º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B171EC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 113 236 -
CMYK 0.25 0.52 0 0.07
HSL 271.22º 0.76% 0.68% -
HSV(B) 271.22º 0.52% 0.93% -
XYZ 39.18 27.21 82.54 -
YUV 146.16 178.7 150 -
System Red Green Blue C M Y K H S L
Decimal 177 113 236 0.25 0.52 0 0.07 271.22 0.76 0.68
Hex B1 71 EC 19 34 0 7 10F 4C 44
Octal 261 161 354 31 64 0 7 417 114 104
Binary 10110001 1110001 11101100 11001 110100 0 111 100001111 1001100 1000100

Color Harmonies of #B171EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171EC

Black with #B171EC

Text Example


Text Example

White with #B171EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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