Html Css Color HEX #B178F8 Medium Purple

📋 copy color: '#B178F8'

red 177 ◦ green 120 ◦ blue 248

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

Shades of Medium Purple #B178F8

Tints of Medium Purple #B178F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.5%

R = 32.48%
G = 22.02%
B = 45.5%

CMYK

 C value IS 0.29

 M value IS 0.52

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B178F8 (or 0xB178F8) is known color: Medium Purple. HEX triplet: B1, 78 and F8. RGB value is (177,120,248). Sum of RGB (Red+Green+Blue) = 177+120+248=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 120 (47.27% from 255 or 22.02% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #B178F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B178F8 is #4E8707. Grayscale: #979797. Windows color (decimal): -5146376 or 16283825. OLE color: 16283825.

HSL color Cylindrical-coordinate representation of color #B178F8: hue angle of 266.72º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B178F8 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 120 248 -
CMYK 0.29 0.52 0 0.03
HSL 266.72º 0.9% 0.72% -
HSV(B) 266.72º 0.52% 0.97% -
XYZ 41.79 29.56 92.31 -
YUV 151.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 177 120 248 0.29 0.52 0 0.03 266.72 0.9 0.72
Hex B1 78 F8 1D 34 0 3 10B 5A 48
Octal 261 170 370 35 64 0 3 413 132 110
Binary 10110001 1111000 11111000 11101 110100 0 11 100001011 1011010 1001000

Color Harmonies of #B178F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B178F8

Black with #B178F8

Text Example


Text Example

White with #B178F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B178F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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