#B58AE5

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

Shades of Biloba Flower #B58AE5

Tints of Biloba Flower #B58AE5

Color information

#B58AE5 (or 0xB58AE5) is unknown color: approx Biloba Flower. HEX triplet: B5, 8A and E5. RGB value is (181,138,229). Sum of RGB (Red+Green+Blue) = 181+138+229=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 138 (54.30% from 255 or 25.18% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #B58AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58AE5 is #4A751A. Grayscale: #A0A0A0. Windows color (decimal): -4879643 or 15043253. OLE color: 15043253.

HSL color Cylindrical-coordinate representation of color #B58AE5: hue angle of 268.35º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58AE5 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181138229-
CMYK0.210.4000.10
HSL268.35º63.64%71.96%-
HSV(B)268.35º39.74%89.8%-
XYZ42.2933.6678.4-
YUV161.23166.25142.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 138 (54.30% from 255) = 25.18%
BLUE value IS 229 (89.84% from 255) = 41.79%
R=33.03%
G=25.18%
B=41.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1811382290.210.4000.10268.3563.6471.96
HexB58AE515280A10c4048
Octal2652123452550012414100110
Binary101101011000101011100101101011010000101010000110010000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58AE5; }

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

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

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

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

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

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

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

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