#B581F1

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

Shades of Biloba Flower #B581F1

Tints of Biloba Flower #B581F1

Color information

#B581F1 (or 0xB581F1) is unknown color: approx Biloba Flower. HEX triplet: B5, 81 and F1. RGB value is (181,129,241). Sum of RGB (Red+Green+Blue) = 181+129+241=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #B581F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B581F1 is #4A7E0E. Grayscale: #9C9C9C. Windows color (decimal): -4881935 or 15827381. OLE color: 15827381.

HSL color Cylindrical-coordinate representation of color #B581F1: hue angle of 267.86º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B581F1 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB181129241-
CMYK0.250.4600.05
HSL267.86º80%72.55%-
HSV(B)267.86º46.47%94.51%-
XYZ42.7831.8887.12-
YUV157.32175.23144.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 241 (94.53% from 255) = 43.74%
R=32.85%
G=23.41%
B=43.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1811292410.250.4600.05267.868072.55
HexB581F1192E0510c5049
Octal265201361315605414120111
Binary10110101100000011111000111001101110010110000110010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581F1; }

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

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

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

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

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

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

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

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