#B389FF

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

Shades of Biloba Flower #B389FF

Tints of Biloba Flower #B389FF

Color information

#B389FF (or 0xB389FF) is unknown color: approx Biloba Flower. HEX triplet: B3, 89 and FF. RGB value is (179,137,255). Sum of RGB (Red+Green+Blue) = 179+137+255=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #B389FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B389FF is #4C7600. Grayscale: #A2A2A2. Windows color (decimal): -5010945 or 16746931. OLE color: 16746931.

HSL color Cylindrical-coordinate representation of color #B389FF: hue angle of 261.36º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B389FF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179137255-
CMYK0.300.4600
HSL261.36º100%76.86%-
HSV(B)261.36º46.27%100%-
XYZ45.5934.798.9-
YUV163.01179.91139.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.35%
GREEN value IS 137 (53.91% from 255) = 23.99%
BLUE value IS 255 (100% from 255) = 44.66%
R=31.35%
G=23.99%
B=44.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791372550.300.4600261.3610076.86
HexB389FF1E2E00105644d
Octal263211377365600405144115
Binary101100111000100111111111111101011100010000010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B389FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B389FF; }

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

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

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

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

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

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

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

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