#B390EA

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

Shades of Biloba Flower #B390EA

Tints of Biloba Flower #B390EA

Color information

#B390EA (or 0xB390EA) is unknown color: approx Biloba Flower. HEX triplet: B3, 90 and EA. RGB value is (179,144,234). Sum of RGB (Red+Green+Blue) = 179+144+234=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #B390EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B390EA is #4C6F15. Grayscale: #A4A4A4. Windows color (decimal): -5009174 or 15372467. OLE color: 15372467.

HSL color Cylindrical-coordinate representation of color #B390EA: hue angle of 263.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B390EA is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179144234-
CMYK0.240.3800.08
HSL263.33º68.18%74.12%-
HSV(B)263.33º38.46%91.76%-
XYZ43.4135.4782.4-
YUV164.72167.1138.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.14%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=32.14%
G=25.85%
B=42.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791442340.240.3800.08263.3368.1874.12
HexB390EA182608107444a
Octal2632203523046010407104112
Binary101100111001000011101010110001001100100010000011110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390EA; }

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

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

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

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

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

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

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

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