Html Css Color HEX #B171ED Medium Purple

📋 copy color: '#B171ED'

red 177 ◦ green 113 ◦ blue 237

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

Shades of Medium Purple #B171ED

Tints of Medium Purple #B171ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 33.59%
G = 21.44%
B = 44.97%

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

#B171ED (or 0xB171ED) is known color: Medium Purple. HEX triplet: B1, 71 and ED. RGB value is (177,113,237). Sum of RGB (Red+Green+Blue) = 177+113+237=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #B171ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B171ED is #4E8E12. Grayscale: #919191. Windows color (decimal): -5148179 or 15561137. OLE color: 15561137.

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

Color convert

RGB 177 113 237 -
CMYK 0.25 0.52 0 0.07
HSL 270.97º 0.78% 0.69% -
HSV(B) 270.97º 0.52% 0.93% -
XYZ 39.32 27.27 83.31 -
YUV 146.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 177 113 237 0.25 0.52 0 0.07 270.97 0.78 0.69
Hex B1 71 ED 19 34 0 7 10F 4E 45
Octal 261 161 355 31 64 0 7 417 116 105
Binary 10110001 1110001 11101101 11001 110100 0 111 100001111 1001110 1000101

Color Harmonies of #B171ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B171ED

Black with #B171ED

Text Example


Text Example

White with #B171ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B171ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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