#B58EFB

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

Shades of Biloba Flower #B58EFB

Tints of Biloba Flower #B58EFB

Color information

#B58EFB (or 0xB58EFB) is unknown color: approx Biloba Flower. HEX triplet: B5, 8E and FB. RGB value is (181,142,251). Sum of RGB (Red+Green+Blue) = 181+142+251=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 142 (55.86% from 255 or 24.74% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #B58EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58EFB is #4A7104. Grayscale: #A5A5A5. Windows color (decimal): -4878597 or 16486069. OLE color: 16486069.

HSL color Cylindrical-coordinate representation of color #B58EFB: hue angle of 261.47º degrees, saturation: 0.93, 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 #B58EFB is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181142251-
CMYK0.280.4300.02
HSL261.47º93.16%77.06%-
HSV(B)261.47º43.43%98.43%-
XYZ46.1436.1395.81-
YUV166.09175.92138.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 142 (55.86% from 255) = 24.74%
BLUE value IS 251 (98.44% from 255) = 43.73%
R=31.53%
G=24.74%
B=43.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811422510.280.4300.02261.4793.1677.06
HexB58EFB1C2B021055d4d
Octal265216373345302405135115
Binary1011010110001110111110111110010101101010000010110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EFB; }

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

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

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

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

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

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

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

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