Html Css Color HEX #B178FF Medium Purple

📋 copy color: '#B178FF'

red 177 ◦ green 120 ◦ blue 255

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

Shades of Medium Purple #B178FF

Tints of Medium Purple #B178FF

RGB

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

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

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

R = 32.07%
G = 21.74%
B = 46.2%

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

#B178FF (or 0xB178FF) is known color: Medium Purple. HEX triplet: B1, 78 and FF. RGB value is (177,120,255). Sum of RGB (Red+Green+Blue) = 177+120+255=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #B178FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B178FF is #4E8700. Grayscale: #979797. Windows color (decimal): -5146369 or 16742577. OLE color: 16742577.

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

Color convert

RGB 177 120 255 -
CMYK 0.31 0.53 0 0
HSL 265.33º 1% 0.74% -
HSV(B) 265.33º 0.53% 1% -
XYZ 42.9 30 98.14 -
YUV 152.43 185.88 145.52 -
System Red Green Blue C M Y K H S L
Decimal 177 120 255 0.31 0.53 0 0 265.33 1 0.74
Hex B1 78 FF 1F 35 0 0 109 64 4A
Octal 261 170 377 37 65 0 0 411 144 112
Binary 10110001 1111000 11111111 11111 110101 0 0 100001001 1100100 1001010

Color Harmonies of #B178FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B178FF

Black with #B178FF

Text Example


Text Example

White with #B178FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B178FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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