#B58FF9

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

Shades of Biloba Flower #B58FF9

Tints of Biloba Flower #B58FF9

Color information

#B58FF9 (or 0xB58FF9) is unknown color: approx Biloba Flower. HEX triplet: B5, 8F and F9. RGB value is (181,143,249). Sum of RGB (Red+Green+Blue) = 181+143+249=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 249 (97.66% from 255 or 43.46% from 573); Max value from RGB is 249 - color contains mainly: blue. Hex color #B58FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FF9 is #4A7006. Grayscale: #A6A6A6. Windows color (decimal): -4878343 or 16355253. OLE color: 16355253.

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

Color convert

RGB181143249-
CMYK0.270.4300.02
HSL261.51º89.83%76.86%-
HSV(B)261.51º42.57%97.65%-
XYZ45.9836.3194.21-
YUV166.45174.59138.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 143 (56.25% from 255) = 24.96%
BLUE value IS 249 (97.66% from 255) = 43.46%
R=31.59%
G=24.96%
B=43.46%

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
Decimal1811432490.270.4300.02261.5189.8376.86
HexB58FF91B2B021065a4d
Octal265217371335302406132115
Binary1011010110001111111110011101110101101010000011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FF9; }

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

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

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

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

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

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

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

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