#B293F6

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

Shades of Biloba Flower #B293F6

Tints of Biloba Flower #B293F6

Color information

#B293F6 (or 0xB293F6) is unknown color: approx Biloba Flower. HEX triplet: B2, 93 and F6. RGB value is (178,147,246). Sum of RGB (Red+Green+Blue) = 178+147+246=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #B293F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B293F6 is #4D6C09. Grayscale: #A7A7A7. Windows color (decimal): -5073930 or 16159666. OLE color: 16159666.

HSL color Cylindrical-coordinate representation of color #B293F6: hue angle of 258.79º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B293F6 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178147246-
CMYK0.280.4000.04
HSL258.79º84.62%77.06%-
HSV(B)258.79º40.24%96.47%-
XYZ45.4336.9991.93-
YUV167.56172.27135.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 246 (96.48% from 255) = 43.08%
R=31.17%
G=25.74%
B=43.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781472460.280.4000.04258.7984.6277.06
HexB293F61C2804103554d
Octal262223366345004403125115
Binary10110010100100111111011011100101000010010000001110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293F6; }

 p { color: rgb(178,147,246); }

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

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

 a { background-color: rgb(178,147,246); }

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

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

 span { border-color: rgb(178,147,246); }

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