#B181FF

Color #B181FF Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #B181FF

Tints of Medium Purple #B181FF

Color information

#B181FF (or 0xB181FF) is unknown color: approx Medium Purple. HEX triplet: B1, 81 and FF. RGB value is (177,129,255). Sum of RGB (Red+Green+Blue) = 177+129+255=561 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.55% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #B181FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181FF is #4E7E00. Grayscale: #9D9D9D. Windows color (decimal): -5144065 or 16744881. OLE color: 16744881.

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

Color convert

RGB177129255-
CMYK0.310.4900
HSL262.86º100%75.29%-
HSV(B)262.86º49.41%100%-
XYZ44.0332.2798.52-
YUV157.72182.9141.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.55%
GREEN value IS 129 (50.78% from 255) = 22.99%
BLUE value IS 255 (100% from 255) = 45.45%
R=31.55%
G=22.99%
B=45.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1771292550.310.4900262.8610075.29
HexB181FF1F3100107644b
Octal261201377376100407144113
Binary101100011000000111111111111111100010010000011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B181FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B181FF; }

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

 H1.HeaderClassName
 {
   color: #B181FF;
 }
 .AnyTagClassName
 {
   color: #B181FF;
 }
</style>
background-color css

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

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

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

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

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

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