Html Css Color HEX #B180FE Medium Purple

📋 copy color: '#B180FE'

red 177 ◦ green 128 ◦ blue 254

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

Shades of Medium Purple #B180FE

Tints of Medium Purple #B180FE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.9%

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

R = 31.66%
G = 22.9%
B = 45.44%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B180FE (or 0xB180FE) is known color: Medium Purple. HEX triplet: B1, 80 and FE. RGB value is (177,128,254). Sum of RGB (Red+Green+Blue) = 177+128+254=559 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.66% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #B180FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B180FE is #4E7F01. Grayscale: #9C9C9C. Windows color (decimal): -5144322 or 16679089. OLE color: 16679089.

HSL color Cylindrical-coordinate representation of color #B180FE: hue angle of 263.33º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B180FE is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 128 254 -
CMYK 0.30 0.50 0 0.00
HSL 263.33º 0.98% 0.75% -
HSV(B) 263.33º 0.5% 1% -
XYZ 43.74 31.94 97.63 -
YUV 157.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 177 128 254 0.30 0.50 0 0.00 263.33 0.98 0.75
Hex B1 80 FE 1E 32 0 0 107 62 4B
Octal 261 200 376 36 62 0 0 407 142 113
Binary 10110001 10000000 11111110 11110 110010 0 0 100000111 1100010 1001011

Color Harmonies of #B180FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B180FE

Black with #B180FE

Text Example


Text Example

White with #B180FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B180FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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