#b581f0

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

Shades of Biloba Flower #B581F0

Tints of Biloba Flower #B581F0

Color information

#B581F0 (or 0xB581F0) is unknown color: approx Biloba Flower. HEX triplet: B5, 81 and F0. RGB value is (181,129,240). Sum of RGB (Red+Green+Blue) = 181+129+240=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 240 (94.14% from 255 or 43.64% from 550); Max value from RGB is 240 - color contains mainly: blue. Hex color #B581F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B581F0 is #4A7E0F. Grayscale: #9C9C9C. Windows color (decimal): -4881936 or 15761845. OLE color: 15761845.

HSL color Cylindrical-coordinate representation of color #B581F0: hue angle of 268.11º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B581F0 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181129240-
CMYK0.250.4600.06
HSL268.11º78.72%72.35%-
HSV(B)268.11º46.25%94.12%-
XYZ42.6331.8286.33-
YUV157.2174.73144.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 129 (50.78% from 255) = 23.45%
BLUE value IS 240 (94.14% from 255) = 43.64%
R=32.91%
G=23.45%
B=43.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811292400.250.4600.06268.1178.7272.35
HexB581F0192E0610c4f48
Octal265201360315606414117110
Binary10110101100000011111000011001101110011010000110010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b581f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b581f0; }

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

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

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

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

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

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

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

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