#B393EE

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

Shades of Biloba Flower #B393EE

Tints of Biloba Flower #B393EE

Color information

#B393EE (or 0xB393EE) is unknown color: approx Biloba Flower. HEX triplet: B3, 93 and EE. RGB value is (179,147,238). Sum of RGB (Red+Green+Blue) = 179+147+238=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #B393EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B393EE is #4C6C11. Grayscale: #A6A6A6. Windows color (decimal): -5008402 or 15635379. OLE color: 15635379.

HSL color Cylindrical-coordinate representation of color #B393EE: hue angle of 261.1º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B393EE is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179147238-
CMYK0.250.3800.07
HSL261.1º72.8%75.49%-
HSV(B)261.1º38.24%93.33%-
XYZ44.4636.6285.61-
YUV166.94168.1136.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.74%
GREEN value IS 147 (57.81% from 255) = 26.06%
BLUE value IS 238 (93.36% from 255) = 42.20%
R=31.74%
G=26.06%
B=42.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791472380.250.3800.07261.172.875.49
HexB393EE192607105494b
Octal263223356314607405111113
Binary10110011100100111110111011001100110011110000010110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B393EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B393EE; }

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

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

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

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

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

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

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

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