#B581FB

Color #B581FB Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B581FB

Tints of Biloba Flower #B581FB

Color information

#B581FB (or 0xB581FB) is unknown color: approx Biloba Flower. HEX triplet: B5, 81 and FB. RGB value is (181,129,251). Sum of RGB (Red+Green+Blue) = 181+129+251=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 251 (98.44% from 255 or 44.74% from 561); Max value from RGB is 251 - color contains mainly: blue. Hex color #B581FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B581FB is #4A7E04. Grayscale: #9E9E9E. Windows color (decimal): -4881925 or 16482741. OLE color: 16482741.

HSL color Cylindrical-coordinate representation of color #B581FB: hue angle of 265.57º 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 #B581FB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181129251-
CMYK0.280.4900.02
HSL265.57º93.85%74.51%-
HSV(B)265.57º48.61%98.43%-
XYZ44.3232.4995.2-
YUV158.46180.23144.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 129 (50.78% from 255) = 22.99%
BLUE value IS 251 (98.44% from 255) = 44.74%
R=32.26%
G=22.99%
B=44.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811292510.280.4900.02265.5793.8574.51
HexB581FB1C310210a5e4b
Octal265201373346102412136113
Binary1011010110000001111110111110011000101010000101010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581FB; }

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

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

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

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

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

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

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

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