#B58AEC

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

Shades of Biloba Flower #B58AEC

Tints of Biloba Flower #B58AEC

Color information

#B58AEC (or 0xB58AEC) is unknown color: approx Biloba Flower. HEX triplet: B5, 8A and EC. RGB value is (181,138,236). Sum of RGB (Red+Green+Blue) = 181+138+236=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #B58AEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58AEC is #4A7513. Grayscale: #A1A1A1. Windows color (decimal): -4879636 or 15502005. OLE color: 15502005.

HSL color Cylindrical-coordinate representation of color #B58AEC: hue angle of 266.33º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B58AEC is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181138236-
CMYK0.230.4200.07
HSL266.33º72.06%73.33%-
HSV(B)266.33º41.53%92.55%-
XYZ43.2834.0683.65-
YUV162.03169.75141.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.61%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=32.61%
G=24.86%
B=42.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811382360.230.4200.07266.3372.0673.33
HexB58AEC172A0710a4849
Octal265212354275207412110111
Binary10110101100010101110110010111101010011110000101010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58AEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58AEC; }

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

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

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

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

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

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

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

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