Html Css Color HEX #B177FF Medium Purple

📋 copy color: '#B177FF'

red 177 ◦ green 119 ◦ blue 255

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

Shades of Medium Purple #B177FF

Tints of Medium Purple #B177FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.28%

R = 32.12%
G = 21.6%
B = 46.28%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B177FF (or 0xB177FF) is known color: Medium Purple. HEX triplet: B1, 77 and FF. RGB value is (177,119,255). Sum of RGB (Red+Green+Blue) = 177+119+255=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #B177FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B177FF is #4E8800. Grayscale: #979797. Windows color (decimal): -5146625 or 16742321. OLE color: 16742321.

HSL color Cylindrical-coordinate representation of color #B177FF: hue angle of 265.59º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B177FF is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 119 255 -
CMYK 0.31 0.53 0 0
HSL 265.59º 1% 0.73% -
HSV(B) 265.59º 0.53% 1% -
XYZ 42.78 29.76 98.1 -
YUV 151.85 186.22 145.94 -
System Red Green Blue C M Y K H S L
Decimal 177 119 255 0.31 0.53 0 0 265.59 1 0.73
Hex B1 77 FF 1F 35 0 0 10A 64 49
Octal 261 167 377 37 65 0 0 412 144 111
Binary 10110001 1110111 11111111 11111 110101 0 0 100001010 1100100 1001001

Color Harmonies of #B177FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B177FF

Black with #B177FF

Text Example


Text Example

White with #B177FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B177FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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