#B389EB

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

Shades of Biloba Flower #B389EB

Tints of Biloba Flower #B389EB

Color information

#B389EB (or 0xB389EB) is unknown color: approx Biloba Flower. HEX triplet: B3, 89 and EB. RGB value is (179,137,235). Sum of RGB (Red+Green+Blue) = 179+137+235=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #B389EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B389EB is #4C7614. Grayscale: #A0A0A0. Windows color (decimal): -5010965 or 15436211. OLE color: 15436211.

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

Color convert

RGB179137235-
CMYK0.240.4200.08
HSL265.71º71.01%72.94%-
HSV(B)265.71º41.7%92.16%-
XYZ42.5333.4782.82-
YUV160.73169.91141.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.49%
GREEN value IS 137 (53.91% from 255) = 24.86%
BLUE value IS 235 (92.19% from 255) = 42.65%
R=32.49%
G=24.86%
B=42.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791372350.240.4200.08265.7171.0172.94
HexB389EB182A0810a4749
Octal2632113533052010412107111
Binary101100111000100111101011110001010100100010000101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389EB; }

 p { color: rgb(179,137,235); }

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

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

 a { background-color: rgb(179,137,235); }

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

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

 span { border-color: rgb(179,137,235); }

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