#B399DA

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

Shades of Biloba Flower #B399DA

Tints of Biloba Flower #B399DA

Color information

#B399DA (or 0xB399DA) is unknown color: approx Biloba Flower. HEX triplet: B3, 99 and DA. RGB value is (179,153,218). Sum of RGB (Red+Green+Blue) = 179+153+218=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #B399DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B399DA is #4C6625. Grayscale: #A7A7A7. Windows color (decimal): -5006886 or 14326195. OLE color: 14326195.

HSL color Cylindrical-coordinate representation of color #B399DA: hue angle of 264º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B399DA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179153218-
CMYK0.180.3000.15
HSL264º46.76%72.75%-
HSV(B)264º29.82%85.49%-
XYZ42.6437.4371.31-
YUV168.18156.11135.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.55%
GREEN value IS 153 (60.16% from 255) = 27.82%
BLUE value IS 218 (85.55% from 255) = 39.64%
R=32.55%
G=27.82%
B=39.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791532180.180.3000.1526446.7672.75
HexB399DA121E0F1082f49
Octal263231332223601741057111
Binary1011001110011001110110101001011110011111000010001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399DA; }

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

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

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

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

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

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

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

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