#B581F8

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

Shades of Biloba Flower #B581F8

Tints of Biloba Flower #B581F8

Color information

#B581F8 (or 0xB581F8) is unknown color: approx Biloba Flower. HEX triplet: B5, 81 and F8. RGB value is (181,129,248). Sum of RGB (Red+Green+Blue) = 181+129+248=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #B581F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B581F8 is #4A7E07. Grayscale: #9D9D9D. Windows color (decimal): -4881928 or 16286133. OLE color: 16286133.

HSL color Cylindrical-coordinate representation of color #B581F8: hue angle of 266.22º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B581F8 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB181129248-
CMYK0.270.4800.03
HSL266.22º89.47%73.92%-
HSV(B)266.22º47.98%97.25%-
XYZ43.8532.392.73-
YUV158.11178.73144.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.44%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 248 (97.27% from 255) = 44.44%
R=32.44%
G=23.12%
B=44.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1811292480.270.4800.03266.2289.4773.92
HexB581F81B300310a594a
Octal265201370336003412131112
Binary1011010110000001111110001101111000001110000101010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B581F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B581F8; }

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

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

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

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

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

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

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

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