#B58EFF

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

Shades of Biloba Flower #B58EFF

Tints of Biloba Flower #B58EFF

Color information

#B58EFF (or 0xB58EFF) is unknown color: approx Biloba Flower. HEX triplet: B5, 8E and FF. RGB value is (181,142,255). Sum of RGB (Red+Green+Blue) = 181+142+255=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 142 (55.86% from 255 or 24.57% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #B58EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58EFF is #4A7100. Grayscale: #A6A6A6. Windows color (decimal): -4878593 or 16748213. OLE color: 16748213.

HSL color Cylindrical-coordinate representation of color #B58EFF: hue angle of 260.71º 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 #B58EFF is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB181142255-
CMYK0.290.4400
HSL260.71º100%77.84%-
HSV(B)260.71º44.31%100%-
XYZ46.7836.3999.17-
YUV166.54177.92138.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.31%
GREEN value IS 142 (55.86% from 255) = 24.57%
BLUE value IS 255 (100% from 255) = 44.12%
R=31.31%
G=24.57%
B=44.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811422550.290.4400260.7110077.84
HexB58EFF1D2C00105644e
Octal265216377355400405144116
Binary101101011000111011111111111011011000010000010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EFF; }

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

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

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

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

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

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

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

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