#B390ED

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

Shades of Biloba Flower #B390ED

Tints of Biloba Flower #B390ED

Color information

#B390ED (or 0xB390ED) is unknown color: approx Biloba Flower. HEX triplet: B3, 90 and ED. RGB value is (179,144,237). Sum of RGB (Red+Green+Blue) = 179+144+237=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #B390ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B390ED is #4C6F12. Grayscale: #A4A4A4. Windows color (decimal): -5009171 or 15569075. OLE color: 15569075.

HSL color Cylindrical-coordinate representation of color #B390ED: hue angle of 262.58º degrees, saturation: 0.72, 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 #B390ED is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179144237-
CMYK0.240.3900.07
HSL262.58º72.09%74.71%-
HSV(B)262.58º39.24%92.94%-
XYZ43.8535.6484.69-
YUV165.07168.6137.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.96%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=31.96%
G=25.71%
B=42.32%

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
Decimal1791442370.240.3900.07262.5872.0974.71
HexB390ED182707107484b
Octal263220355304707407110113
Binary10110011100100001110110111000100111011110000011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390ED; }

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

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

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

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

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

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

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

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