#B390DE

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

Shades of Biloba Flower #B390DE

Tints of Biloba Flower #B390DE

Color information

#B390DE (or 0xB390DE) is unknown color: approx Biloba Flower. HEX triplet: B3, 90 and DE. RGB value is (179,144,222). Sum of RGB (Red+Green+Blue) = 179+144+222=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #B390DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B390DE is #4C6F21. Grayscale: #A3A3A3. Windows color (decimal): -5009186 or 14586035. OLE color: 14586035.

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

Color convert

RGB179144222-
CMYK0.190.3500.13
HSL266.92º54.17%71.76%-
HSV(B)266.92º35.14%87.06%-
XYZ41.7534.873.62-
YUV163.36161.1139.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 144 (56.64% from 255) = 26.42%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=32.84%
G=26.42%
B=40.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1791442220.190.3500.13266.9254.1771.76
HexB390DE13230D10b3648
Octal263220336234301541366110
Binary10110011100100001101111010011100011011011000010111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390DE; }

 p { color: rgb(179,144,222); }

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

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

 a { background-color: rgb(179,144,222); }

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

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

 span { border-color: rgb(179,144,222); }

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