#B399FD

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

Shades of Biloba Flower #B399FD

Tints of Biloba Flower #B399FD

Color information

#B399FD (or 0xB399FD) is unknown color: approx Biloba Flower. HEX triplet: B3, 99 and FD. RGB value is (179,153,253). Sum of RGB (Red+Green+Blue) = 179+153+253=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #B399FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B399FD is #4C6602. Grayscale: #ABABAB. Windows color (decimal): -5006851 or 16619955. OLE color: 16619955.

HSL color Cylindrical-coordinate representation of color #B399FD: hue angle of 255.6º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B399FD is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179153253-
CMYK0.290.4000.01
HSL255.6º96.15%79.61%-
HSV(B)255.6º39.53%99.22%-
XYZ47.7139.4698.03-
YUV172.17173.61132.87-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.60%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 253 (99.22% from 255) = 43.25%
R=30.60%
G=26.15%
B=43.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1791532530.290.4000.01255.696.1579.61
HexB399FD1D28011006050
Octal263231375355001400140120
Binary101100111001100111111101111011010000110000000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B399FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B399FD; }

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

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

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

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

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

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

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

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