#B293DE

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

Shades of Biloba Flower #B293DE

Tints of Biloba Flower #B293DE

Color information

#B293DE (or 0xB293DE) is unknown color: approx Biloba Flower. HEX triplet: B2, 93 and DE. RGB value is (178,147,222). Sum of RGB (Red+Green+Blue) = 178+147+222=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 147 (57.81% from 255 or 26.87% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #B293DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B293DE is #4D6C21. Grayscale: #A4A4A4. Windows color (decimal): -5073954 or 14586802. OLE color: 14586802.

HSL color Cylindrical-coordinate representation of color #B293DE: hue angle of 264.8º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B293DE is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178147222-
CMYK0.200.3400.13
HSL264.8º53.19%72.35%-
HSV(B)264.8º33.78%87.06%-
XYZ41.9835.6173.77-
YUV164.82160.27137.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 147 (57.81% from 255) = 26.87%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=32.54%
G=26.87%
B=40.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781472220.200.3400.13264.853.1972.35
HexB293DE14220D1093548
Octal262223336244201541165110
Binary10110010100100111101111010100100010011011000010011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B293DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B293DE; }

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

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

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

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

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

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

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

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