Html Css Color HEX #B177EC Medium Purple

📋 copy color: '#B177EC'

red 177 ◦ green 119 ◦ blue 236

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

Shades of Medium Purple #B177EC

Tints of Medium Purple #B177EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.37%

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

R = 33.27%
G = 22.37%
B = 44.36%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B177EC (or 0xB177EC) is known color: Medium Purple. HEX triplet: B1, 77 and EC. RGB value is (177,119,236). Sum of RGB (Red+Green+Blue) = 177+119+236=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #B177EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B177EC is #4E8813. Grayscale: #959595. Windows color (decimal): -5146644 or 15497137. OLE color: 15497137.

HSL color Cylindrical-coordinate representation of color #B177EC: hue angle of 269.74º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B177EC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 119 236 -
CMYK 0.25 0.50 0 0.07
HSL 269.74º 0.75% 0.7% -
HSV(B) 269.74º 0.5% 0.93% -
XYZ 39.87 28.6 82.78 -
YUV 149.68 176.72 147.49 -
System Red Green Blue C M Y K H S L
Decimal 177 119 236 0.25 0.50 0 0.07 269.74 0.75 0.7
Hex B1 77 EC 19 32 0 7 10E 4B 46
Octal 261 167 354 31 62 0 7 416 113 106
Binary 10110001 1110111 11101100 11001 110010 0 111 100001110 1001011 1000110

Color Harmonies of #B177EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B177EC

Black with #B177EC

Text Example


Text Example

White with #B177EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B177EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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