#B399EC

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

Shades of Biloba Flower #B399EC

Tints of Biloba Flower #B399EC

Color information

#B399EC (or 0xB399EC) is unknown color: approx Biloba Flower. HEX triplet: B3, 99 and EC. RGB value is (179,153,236). Sum of RGB (Red+Green+Blue) = 179+153+236=568 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.51% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #B399EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399EC is #4C6613. Grayscale: #A9A9A9. Windows color (decimal): -5006868 or 15505843. OLE color: 15505843.

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

Color convert

RGB179153236-
CMYK0.240.3500.07
HSL258.8º68.6%76.27%-
HSV(B)258.8º35.17%92.55%-
XYZ45.1238.4284.39-
YUV170.24165.11134.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.51%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 236 (92.58% from 255) = 41.55%
R=31.51%
G=26.94%
B=41.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791532360.240.3500.07258.868.676.27
HexB399EC182307103454c
Octal263231354304307403105114
Binary10110011100110011110110011000100011011110000001110001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399EC; }

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

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

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

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

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

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

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

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