Html Css Color HEX #B176FA Medium Purple

📋 copy color: '#B176FA'

red 177 ◦ green 118 ◦ blue 250

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

Shades of Medium Purple #B176FA

Tints of Medium Purple #B176FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.65%

 BLUE value IS 250 (98.05% from 255) = 45.87%

R = 32.48%
G = 21.65%
B = 45.87%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B176FA (or 0xB176FA) is known color: Medium Purple. HEX triplet: B1, 76 and FA. RGB value is (177,118,250). Sum of RGB (Red+Green+Blue) = 177+118+250=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #B176FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B176FA is #4E8905. Grayscale: #969696. Windows color (decimal): -5146886 or 16414385. OLE color: 16414385.

HSL color Cylindrical-coordinate representation of color #B176FA: hue angle of 266.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B176FA is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 118 250 -
CMYK 0.29 0.53 0 0.02
HSL 266.82º 0.93% 0.72% -
HSV(B) 266.82º 0.53% 0.98% -
XYZ 41.87 29.21 93.87 -
YUV 150.69 184.05 146.77 -
System Red Green Blue C M Y K H S L
Decimal 177 118 250 0.29 0.53 0 0.02 266.82 0.93 0.72
Hex B1 76 FA 1D 35 0 2 10B 5D 48
Octal 261 166 372 35 65 0 2 413 135 110
Binary 10110001 1110110 11111010 11101 110101 0 10 100001011 1011101 1001000

Color Harmonies of #B176FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B176FA

Black with #B176FA

Text Example


Text Example

White with #B176FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B176FA; }

 p { color: rgb(177,118,250); }

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

background-color css

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

 a { background-color: rgb(177,118,250); }

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

border-color css

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

 span { border-color: rgb(177,118,250); }

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