#B493FA

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

Shades of Biloba Flower #B493FA

Tints of Biloba Flower #B493FA

Color information

#B493FA (or 0xB493FA) is unknown color: approx Biloba Flower. HEX triplet: B4, 93 and FA. RGB value is (180,147,250). Sum of RGB (Red+Green+Blue) = 180+147+250=577 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.20% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #B493FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B493FA is #4B6C05. Grayscale: #A8A8A8. Windows color (decimal): -4942854 or 16421812. OLE color: 16421812.

HSL color Cylindrical-coordinate representation of color #B493FA: hue angle of 259.22º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B493FA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB180147250-
CMYK0.280.4100.02
HSL259.22º91.15%77.84%-
HSV(B)259.22º41.2%98.04%-
XYZ46.5137.4795.22-
YUV168.61173.93136.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.20%
GREEN value IS 147 (57.81% from 255) = 25.48%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=31.20%
G=25.48%
B=43.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1801472500.280.4100.02259.2291.1577.84
HexB493FA1C29021035b4e
Octal264223372345102403133116
Binary1011010010010011111110101110010100101010000001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B493FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B493FA; }

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

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

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

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

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

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

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

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