#B389ED

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

Shades of Biloba Flower #B389ED

Tints of Biloba Flower #B389ED

Color information

#B389ED (or 0xB389ED) is unknown color: approx Biloba Flower. HEX triplet: B3, 89 and ED. RGB value is (179,137,237). Sum of RGB (Red+Green+Blue) = 179+137+237=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #B389ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B389ED is #4C7612. Grayscale: #A0A0A0. Windows color (decimal): -5010963 or 15567283. OLE color: 15567283.

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

Color convert

RGB179137237-
CMYK0.240.4200.07
HSL265.2º73.53%73.33%-
HSV(B)265.2º42.19%92.94%-
XYZ42.8233.5984.35-
YUV160.96170.91140.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 137 (53.91% from 255) = 24.77%
BLUE value IS 237 (92.97% from 255) = 42.86%
R=32.37%
G=24.77%
B=42.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791372370.240.4200.07265.273.5373.33
HexB389ED182A071094a49
Octal263211355305207411112111
Binary10110011100010011110110111000101010011110000100110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389ED; }

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

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

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

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

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

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

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

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