#B393FA

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

Shades of Biloba Flower #B393FA

Tints of Biloba Flower #B393FA

Color information

#B393FA (or 0xB393FA) is unknown color: approx Biloba Flower. HEX triplet: B3, 93 and FA. RGB value is (179,147,250). Sum of RGB (Red+Green+Blue) = 179+147+250=576 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.08% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #B393FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B393FA is #4C6C05. Grayscale: #A7A7A7. Windows color (decimal): -5008390 or 16421811. OLE color: 16421811.

HSL color Cylindrical-coordinate representation of color #B393FA: hue angle of 258.64º 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 #B393FA is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179147250-
CMYK0.280.4100.02
HSL258.64º91.15%77.84%-
HSV(B)258.64º41.2%98.04%-
XYZ46.2837.3595.21-
YUV168.31174.1135.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.08%
GREEN value IS 147 (57.81% from 255) = 25.52%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=31.08%
G=25.52%
B=43.40%

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
Decimal1791472500.280.4100.02258.6491.1577.84
HexB393FA1C29021035b4e
Octal263223372345102403133116
Binary1011001110010011111110101110010100101010000001110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393FA; }

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

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

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

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

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

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

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

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