#B390EE

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

Shades of Biloba Flower #B390EE

Tints of Biloba Flower #B390EE

Color information

#B390EE (or 0xB390EE) is unknown color: approx Biloba Flower. HEX triplet: B3, 90 and EE. RGB value is (179,144,238). Sum of RGB (Red+Green+Blue) = 179+144+238=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #B390EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B390EE is #4C6F11. Grayscale: #A4A4A4. Windows color (decimal): -5009170 or 15634611. OLE color: 15634611.

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

Color convert

RGB179144238-
CMYK0.250.3900.07
HSL262.34º73.44%74.9%-
HSV(B)262.34º39.5%93.33%-
XYZ4435.785.46-
YUV165.18169.1137.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=31.91%
G=25.67%
B=42.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791442380.250.3900.07262.3473.4474.9
HexB390EE192707106494b
Octal263220356314707406111113
Binary10110011100100001110111011001100111011110000011010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B390EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B390EE; }

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

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

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

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

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

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

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

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