#B58DFE

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

Shades of Biloba Flower #B58DFE

Tints of Biloba Flower #B58DFE

Color information

#B58DFE (or 0xB58DFE) is unknown color: approx Biloba Flower. HEX triplet: B5, 8D and FE. RGB value is (181,141,254). Sum of RGB (Red+Green+Blue) = 181+141+254=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #B58DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DFE is #4A7201. Grayscale: #A5A5A5. Windows color (decimal): -4878850 or 16682421. OLE color: 16682421.

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

Color convert

RGB181141254-
CMYK0.290.4400.00
HSL261.24º98.26%77.45%-
HSV(B)261.24º44.49%99.61%-
XYZ46.4736.0398.27-
YUV165.84177.75138.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 141 (55.47% from 255) = 24.48%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=31.42%
G=24.48%
B=44.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1811412540.290.4400.00261.2498.2677.45
HexB58DFE1D2C00105624d
Octal265215376355400405142115
Binary101101011000110111111110111011011000010000010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DFE; }

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

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

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

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

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

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

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

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