#B493D5

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

Shades of Biloba Flower #B493D5

Tints of Biloba Flower #B493D5

Color information

#B493D5 (or 0xB493D5) is unknown color: approx Biloba Flower. HEX triplet: B4, 93 and D5. RGB value is (180,147,213). Sum of RGB (Red+Green+Blue) = 180+147+213=540 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.33% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #B493D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493D5 is #4B6C2A. Grayscale: #A4A4A4. Windows color (decimal): -4942891 or 13996980. OLE color: 13996980.

HSL color Cylindrical-coordinate representation of color #B493D5: hue angle of 270º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B493D5 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180147213-
CMYK0.150.3100.16
HSL270º44%70.59%-
HSV(B)270º30.99%83.53%-
XYZ41.2735.3767.6-
YUV164.39155.43139.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 27.22%
BLUE value IS 213 (83.59% from 255) = 39.44%
R=33.33%
G=27.22%
B=39.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801472130.150.3100.162704470.59
HexB493D5F1F01010e2c47
Octal264223325173702041654107
Binary1011010010010011110101011111111110100001000011101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493D5; }

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

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

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

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

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

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

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

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