#B399FE

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

Shades of Biloba Flower #B399FE

Tints of Biloba Flower #B399FE

Color information

#B399FE (or 0xB399FE) is unknown color: approx Biloba Flower. HEX triplet: B3, 99 and FE. RGB value is (179,153,254). Sum of RGB (Red+Green+Blue) = 179+153+254=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #B399FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399FE is #4C6601. Grayscale: #ABABAB. Windows color (decimal): -5006850 or 16685491. OLE color: 16685491.

HSL color Cylindrical-coordinate representation of color #B399FE: hue angle of 255.45º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B399FE is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179153254-
CMYK0.300.4000.00
HSL255.45º98.06%79.8%-
HSV(B)255.45º39.76%99.61%-
XYZ47.8739.5298.87-
YUV172.29174.11132.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.55%
GREEN value IS 153 (60.16% from 255) = 26.11%
BLUE value IS 254 (99.61% from 255) = 43.34%
R=30.55%
G=26.11%
B=43.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1791532540.300.4000.00255.4598.0679.8
HexB399FE1E2800ff6250
Octal263231376365000377142120
Binary10110011100110011111111011110101000001111111111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399FE; }

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

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

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

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

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

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

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

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