#B493E1

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

Shades of Biloba Flower #B493E1

Tints of Biloba Flower #B493E1

Color information

#B493E1 (or 0xB493E1) is unknown color: approx Biloba Flower. HEX triplet: B4, 93 and E1. RGB value is (180,147,225). Sum of RGB (Red+Green+Blue) = 180+147+225=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #B493E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493E1 is #4B6C1E. Grayscale: #A5A5A5. Windows color (decimal): -4942879 or 14783412. OLE color: 14783412.

HSL color Cylindrical-coordinate representation of color #B493E1: hue angle of 265.38º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B493E1 is Cyan = 0.2, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB180147225-
CMYK0.20.3500.12
HSL265.38º56.52%72.94%-
HSV(B)265.38º34.67%88.24%-
XYZ42.8536.0175.93-
YUV165.76161.43138.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=32.61%
G=26.63%
B=40.76%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1801472250.20.3500.12265.3856.5272.94
HexB493E114230C1093949
Octal264223341244301441171111
Binary10110100100100111110000110100100011011001000010011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493E1; }

 p { color: rgb(180,147,225); }

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

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

 a { background-color: rgb(180,147,225); }

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

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

 span { border-color: rgb(180,147,225); }

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