#B58AEF

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

Shades of Biloba Flower #B58AEF

Tints of Biloba Flower #B58AEF

Color information

#B58AEF (or 0xB58AEF) is unknown color: approx Biloba Flower. HEX triplet: B5, 8A and EF. RGB value is (181,138,239). Sum of RGB (Red+Green+Blue) = 181+138+239=558 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.44% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #B58AEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58AEF is #4A7510. Grayscale: #A2A2A2. Windows color (decimal): -4879633 or 15698613. OLE color: 15698613.

HSL color Cylindrical-coordinate representation of color #B58AEF: hue angle of 265.54º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B58AEF is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181138239-
CMYK0.240.4200.06
HSL265.54º75.94%73.92%-
HSV(B)265.54º42.26%93.73%-
XYZ43.7234.2385.96-
YUV162.37171.25141.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.44%
GREEN value IS 138 (54.30% from 255) = 24.73%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=32.44%
G=24.73%
B=42.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811382390.240.4200.06265.5475.9473.92
HexB58AEF182A0610a4c4a
Octal265212357305206412114112
Binary10110101100010101110111111000101010011010000101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58AEF; }

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

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

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

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

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

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

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

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