Html Css Color HEX #B178FE Medium Purple

📋 copy color: '#B178FE'

red 177 ◦ green 120 ◦ blue 254

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

Shades of Medium Purple #B178FE

Tints of Medium Purple #B178FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.78%

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 32.12%
G = 21.78%
B = 46.1%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B178FE (or 0xB178FE) is known color: Medium Purple. HEX triplet: B1, 78 and FE. RGB value is (177,120,254). Sum of RGB (Red+Green+Blue) = 177+120+254=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #B178FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B178FE is #4E8701. Grayscale: #979797. Windows color (decimal): -5146370 or 16677041. OLE color: 16677041.

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

Color convert

RGB 177 120 254 -
CMYK 0.30 0.53 0 0.00
HSL 265.52º 0.99% 0.73% -
HSV(B) 265.52º 0.53% 1% -
XYZ 42.74 29.94 97.29 -
YUV 152.32 185.38 145.6 -
System Red Green Blue C M Y K H S L
Decimal 177 120 254 0.30 0.53 0 0.00 265.52 0.99 0.73
Hex B1 78 FE 1E 35 0 0 10A 63 49
Octal 261 170 376 36 65 0 0 412 143 111
Binary 10110001 1111000 11111110 11110 110101 0 0 100001010 1100011 1001001

Color Harmonies of #B178FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B178FE

Black with #B178FE

Text Example


Text Example

White with #B178FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B178FE; }

 p { color: rgb(177,120,254); }

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

background-color css

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

 a { background-color: rgb(177,120,254); }

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

border-color css

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

 span { border-color: rgb(177,120,254); }

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