#B58DFF

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

Shades of Biloba Flower #B58DFF

Tints of Biloba Flower #B58DFF

Color information

#B58DFF (or 0xB58DFF) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and FF. RGB value is (181,141,255). Sum of RGB (Red+Green+Blue) = 181+141+255=577 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.37% from 577); Green value is 141 (55.47% from 255 or 24.44% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #B58DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DFF is #4A7200. Grayscale: #A5A5A5. Windows color (decimal): -4878849 or 16747957. OLE color: 16747957.

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

Color convert

RGB181141255-
CMYK0.290.4500
HSL261.05º100%77.65%-
HSV(B)261.05º44.71%100%-
XYZ46.6336.0999.12-
YUV165.96178.25138.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.37%
GREEN value IS 141 (55.47% from 255) = 24.44%
BLUE value IS 255 (100% from 255) = 44.19%
R=31.37%
G=24.44%
B=44.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1811412550.290.4500261.0510077.65
HexB58DFF1D2D00105644e
Octal265215377355500405144116
Binary101101011000110111111111111011011010010000010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DFF; }

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

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

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

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

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

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

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

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