Html Css Color HEX #B176FC Medium Purple

📋 copy color: '#B176FC'

red 177 ◦ green 118 ◦ blue 252

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

Shades of Medium Purple #B176FC

Tints of Medium Purple #B176FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 32.36%
G = 21.57%
B = 46.07%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B176FC (or 0xB176FC) is known color: Medium Purple. HEX triplet: B1, 76 and FC. RGB value is (177,118,252). Sum of RGB (Red+Green+Blue) = 177+118+252=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #B176FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B176FC is #4E8903. Grayscale: #969696. Windows color (decimal): -5146884 or 16545457. OLE color: 16545457.

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

Color convert

RGB 177 118 252 -
CMYK 0.30 0.53 0 0.01
HSL 266.42º 0.96% 0.73% -
HSV(B) 266.42º 0.53% 0.99% -
XYZ 42.18 29.33 95.53 -
YUV 150.92 185.05 146.6 -
System Red Green Blue C M Y K H S L
Decimal 177 118 252 0.30 0.53 0 0.01 266.42 0.96 0.73
Hex B1 76 FC 1E 35 0 1 10A 60 49
Octal 261 166 374 36 65 0 1 412 140 111
Binary 10110001 1110110 11111100 11110 110101 0 1 100001010 1100000 1001001

Color Harmonies of #B176FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B176FC

Black with #B176FC

Text Example


Text Example

White with #B176FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B176FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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