#B393E5

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

Shades of Biloba Flower #B393E5

Tints of Biloba Flower #B393E5

Color information

#B393E5 (or 0xB393E5) is unknown color: approx Biloba Flower. HEX triplet: B3, 93 and E5. RGB value is (179,147,229). Sum of RGB (Red+Green+Blue) = 179+147+229=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 229 (89.84% from 255 or 41.26% from 555); Max value from RGB is 229 - color contains mainly: blue. Hex color #B393E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B393E5 is #4C6C1A. Grayscale: #A5A5A5. Windows color (decimal): -5008411 or 15045555. OLE color: 15045555.

HSL color Cylindrical-coordinate representation of color #B393E5: hue angle of 263.41º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B393E5 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB179147229-
CMYK0.220.3600.10
HSL263.41º61.19%73.73%-
HSV(B)263.41º35.81%89.8%-
XYZ43.1736.1178.82-
YUV165.92163.6137.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.25%
GREEN value IS 147 (57.81% from 255) = 26.49%
BLUE value IS 229 (89.84% from 255) = 41.26%
R=32.25%
G=26.49%
B=41.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1791472290.220.3600.10263.4161.1973.73
HexB393E516240A1073d4a
Octal263223345264401240775112
Binary10110011100100111110010110110100100010101000001111111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393E5; }

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

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

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

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

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

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

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

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