#B58DF9

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

Shades of Biloba Flower #B58DF9

Tints of Biloba Flower #B58DF9

Color information

#B58DF9 (or 0xB58DF9) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and F9. RGB value is (181,141,249). Sum of RGB (Red+Green+Blue) = 181+141+249=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #B58DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DF9 is #4A7206. Grayscale: #A4A4A4. Windows color (decimal): -4878855 or 16354741. OLE color: 16354741.

HSL color Cylindrical-coordinate representation of color #B58DF9: hue angle of 262.22º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B58DF9 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181141249-
CMYK0.270.4300.02
HSL262.22º90%76.47%-
HSV(B)262.22º43.37%97.65%-
XYZ45.6835.7194.11-
YUV165.27175.25139.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 141 (55.47% from 255) = 24.69%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=31.70%
G=24.69%
B=43.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811412490.270.4300.02262.229076.47
HexB58DF91B2B021065a4c
Octal265215371335302406132114
Binary1011010110001101111110011101110101101010000011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DF9; }

 p { color: rgb(181,141,249); }

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

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

 a { background-color: rgb(181,141,249); }

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

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

 span { border-color: rgb(181,141,249); }

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