#B58ADE

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

Shades of Biloba Flower #B58ADE

Tints of Biloba Flower #B58ADE

Color information

#B58ADE (or 0xB58ADE) is unknown color: approx Biloba Flower. HEX triplet: B5, 8A and DE. RGB value is (181,138,222). Sum of RGB (Red+Green+Blue) = 181+138+222=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #B58ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58ADE is #4A7521. Grayscale: #A0A0A0. Windows color (decimal): -4879650 or 14584501. OLE color: 14584501.

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

Color convert

RGB181138222-
CMYK0.180.3800.13
HSL270.71º56%70.59%-
HSV(B)270.71º37.84%87.06%-
XYZ41.3333.2773.35-
YUV160.43162.75142.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 138 (54.30% from 255) = 25.51%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=33.46%
G=25.51%
B=41.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811382220.180.3800.13270.715670.59
HexB58ADE12260D10f3847
Octal265212336224601541770107
Binary10110101100010101101111010010100110011011000011111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58ADE; }

 p { color: rgb(181,138,222); }

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

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

 a { background-color: rgb(181,138,222); }

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

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

 span { border-color: rgb(181,138,222); }

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