#B399F0

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

Shades of Biloba Flower #B399F0

Tints of Biloba Flower #B399F0

Color information

#B399F0 (or 0xB399F0) is unknown color: approx Biloba Flower. HEX triplet: B3, 99 and F0. RGB value is (179,153,240). Sum of RGB (Red+Green+Blue) = 179+153+240=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 153 (60.16% from 255 or 26.75% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #B399F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399F0 is #4C660F. Grayscale: #AAAAAA. Windows color (decimal): -5006864 or 15767987. OLE color: 15767987.

HSL color Cylindrical-coordinate representation of color #B399F0: hue angle of 257.93º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B399F0 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179153240-
CMYK0.250.3600.06
HSL257.93º74.36%77.06%-
HSV(B)257.93º36.25%94.12%-
XYZ45.7138.6687.49-
YUV170.69167.11133.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.29%
GREEN value IS 153 (60.16% from 255) = 26.75%
BLUE value IS 240 (94.14% from 255) = 41.96%
R=31.29%
G=26.75%
B=41.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791532400.250.3600.06257.9374.3677.06
HexB399F01924061024a4d
Octal263231360314406402112115
Binary10110011100110011111000011001100100011010000001010010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399F0; }

 p { color: rgb(179,153,240); }

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

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

 a { background-color: rgb(179,153,240); }

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

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

 span { border-color: rgb(179,153,240); }

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