Html Css Color HEX #B177F6 Medium Purple

📋 copy color: '#B177F6'

red 177 ◦ green 119 ◦ blue 246

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

Shades of Medium Purple #B177F6

Tints of Medium Purple #B177F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.39%

R = 32.66%
G = 21.96%
B = 45.39%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B177F6 (or 0xB177F6) is known color: Medium Purple. HEX triplet: B1, 77 and F6. RGB value is (177,119,246). Sum of RGB (Red+Green+Blue) = 177+119+246=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 246 - color contains mainly: blue. Hex color #B177F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B177F6 is #4E8809. Grayscale: #969696. Windows color (decimal): -5146634 or 16152497. OLE color: 16152497.

HSL color Cylindrical-coordinate representation of color #B177F6: hue angle of 267.4º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B177F6 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 119 246 -
CMYK 0.28 0.52 0 0.04
HSL 267.4º 0.88% 0.72% -
HSV(B) 267.4º 0.52% 0.96% -
XYZ 41.36 29.19 90.64 -
YUV 150.82 181.72 146.67 -
System Red Green Blue C M Y K H S L
Decimal 177 119 246 0.28 0.52 0 0.04 267.4 0.88 0.72
Hex B1 77 F6 1C 34 0 4 10B 58 48
Octal 261 167 366 34 64 0 4 413 130 110
Binary 10110001 1110111 11110110 11100 110100 0 100 100001011 1011000 1001000

Color Harmonies of #B177F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B177F6

Black with #B177F6

Text Example


Text Example

White with #B177F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B177F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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