#B58EDF

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

Shades of Biloba Flower #B58EDF

Tints of Biloba Flower #B58EDF

Color information

#B58EDF (or 0xB58EDF) is unknown color: approx Biloba Flower. HEX triplet: B5, 8E and DF. RGB value is (181,142,223). Sum of RGB (Red+Green+Blue) = 181+142+223=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 142 (55.86% from 255 or 26.01% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #B58EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58EDF is #4A7120. Grayscale: #A2A2A2. Windows color (decimal): -4878625 or 14651061. OLE color: 14651061.

HSL color Cylindrical-coordinate representation of color #B58EDF: hue angle of 268.89º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B58EDF is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181142223-
CMYK0.190.3600.13
HSL268.89º55.86%71.57%-
HSV(B)268.89º36.32%87.45%-
XYZ42.0534.574.25-
YUV162.9161.92140.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 142 (55.86% from 255) = 26.01%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=33.15%
G=26.01%
B=40.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811422230.190.3600.13268.8955.8671.57
HexB58EDF13240D10d3848
Octal265216337234401541570110
Binary10110101100011101101111110011100100011011000011011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58EDF; }

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

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

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

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

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

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

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

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