#B58FFF

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

Shades of Biloba Flower #B58FFF

Tints of Biloba Flower #B58FFF

Color information

#B58FFF (or 0xB58FFF) is unknown color: approx Biloba Flower. HEX triplet: B5, 8F and FF. RGB value is (181,143,255). Sum of RGB (Red+Green+Blue) = 181+143+255=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 143 (56.25% from 255 or 24.70% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B58FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FFF is #4A7000. Grayscale: #A6A6A6. Windows color (decimal): -4878337 or 16748469. OLE color: 16748469.

HSL color Cylindrical-coordinate representation of color #B58FFF: hue angle of 260.36º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B58FFF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181143255-
CMYK0.290.4400
HSL260.36º100%78.04%-
HSV(B)260.36º43.92%100%-
XYZ46.9336.6999.22-
YUV167.13177.59137.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 143 (56.25% from 255) = 24.70%
BLUE value IS 255 (100% from 255) = 44.04%
R=31.26%
G=24.70%
B=44.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811432550.290.4400260.3610078.04
HexB58FFF1D2C00104644e
Octal265217377355400404144116
Binary101101011000111111111111111011011000010000010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FFF; }

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

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

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

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

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

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

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

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