#B390EC

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

Shades of Biloba Flower #B390EC

Tints of Biloba Flower #B390EC

Color information

#B390EC (or 0xB390EC) is unknown color: approx Biloba Flower. HEX triplet: B3, 90 and EC. RGB value is (179,144,236). Sum of RGB (Red+Green+Blue) = 179+144+236=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #B390EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B390EC is #4C6F13. Grayscale: #A4A4A4. Windows color (decimal): -5009172 or 15503539. OLE color: 15503539.

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

Color convert

RGB179144236-
CMYK0.240.3900.07
HSL262.83º70.77%74.51%-
HSV(B)262.83º38.98%92.55%-
XYZ43.735.5983.92-
YUV164.95168.1138.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.02%
GREEN value IS 144 (56.64% from 255) = 25.76%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=32.02%
G=25.76%
B=42.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791442360.240.3900.07262.8370.7774.51
HexB390EC182707107474b
Octal263220354304707407107113
Binary10110011100100001110110011000100111011110000011110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390EC; }

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

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

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

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

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

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

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

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