#B081FB

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

Shades of Medium Purple #B081FB

Tints of Medium Purple #B081FB

Color information

#B081FB (or 0xB081FB) is unknown color: approx Medium Purple. HEX triplet: B0, 81 and FB. RGB value is (176,129,251). Sum of RGB (Red+Green+Blue) = 176+129+251=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #B081FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B081FB is #4F7E04. Grayscale: #9C9C9C. Windows color (decimal): -5209605 or 16482736. OLE color: 16482736.

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

Color convert

RGB176129251-
CMYK0.300.4900.02
HSL263.11º93.85%74.51%-
HSV(B)263.11º48.61%98.43%-
XYZ43.1731.995.15-
YUV156.96181.07141.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 129 (50.78% from 255) = 23.20%
BLUE value IS 251 (98.44% from 255) = 45.14%
R=31.65%
G=23.20%
B=45.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1761292510.300.4900.02263.1193.8574.51
HexB081FB1E31021075e4b
Octal260201373366102407136113
Binary1011000010000001111110111111011000101010000011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B081FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B081FB; }

 p { color: rgb(176,129,251); }

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

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

 a { background-color: rgb(176,129,251); }

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

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

 span { border-color: rgb(176,129,251); }

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