#B493DC

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

Shades of Biloba Flower #B493DC

Tints of Biloba Flower #B493DC

Color information

#B493DC (or 0xB493DC) is unknown color: approx Biloba Flower. HEX triplet: B4, 93 and DC. RGB value is (180,147,220). Sum of RGB (Red+Green+Blue) = 180+147+220=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #B493DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B493DC is #4B6C23. Grayscale: #A4A4A4. Windows color (decimal): -4942884 or 14455732. OLE color: 14455732.

HSL color Cylindrical-coordinate representation of color #B493DC: hue angle of 267.12º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B493DC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180147220-
CMYK0.180.3300.14
HSL267.12º51.05%71.96%-
HSV(B)267.12º33.18%86.27%-
XYZ42.1735.7472.39-
YUV165.19158.93138.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.91%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=32.91%
G=26.87%
B=40.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801472200.180.3300.14267.1251.0571.96
HexB493DC12210E10b3348
Octal264223334224101641363110
Binary10110100100100111101110010010100001011101000010111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493DC; }

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

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

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

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

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

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

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

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