Html Css Color HEX #B180F9 Medium Purple

📋 copy color: '#B180F9'

red 177 ◦ green 128 ◦ blue 249

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

Shades of Medium Purple #B180F9

Tints of Medium Purple #B180F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.95%

R = 31.95%
G = 23.1%
B = 44.95%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B180F9 (or 0xB180F9) is known color: Medium Purple. HEX triplet: B1, 80 and F9. RGB value is (177,128,249). Sum of RGB (Red+Green+Blue) = 177+128+249=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #B180F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B180F9 is #4E7F06. Grayscale: #9C9C9C. Windows color (decimal): -5144327 or 16351409. OLE color: 16351409.

HSL color Cylindrical-coordinate representation of color #B180F9: hue angle of 264.3º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B180F9 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 128 249 -
CMYK 0.29 0.49 0 0.02
HSL 264.3º 0.91% 0.74% -
HSV(B) 264.3º 0.49% 0.98% -
XYZ 42.95 31.63 93.46 -
YUV 156.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 177 128 249 0.29 0.49 0 0.02 264.3 0.91 0.74
Hex B1 80 F9 1D 31 0 2 108 5B 4A
Octal 261 200 371 35 61 0 2 410 133 112
Binary 10110001 10000000 11111001 11101 110001 0 10 100001000 1011011 1001010

Color Harmonies of #B180F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B180F9

Black with #B180F9

Text Example


Text Example

White with #B180F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B180F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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