#B599FB

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

Shades of Biloba Flower #B599FB

Tints of Biloba Flower #B599FB

Color information

#B599FB (or 0xB599FB) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and FB. RGB value is (181,153,251). Sum of RGB (Red+Green+Blue) = 181+153+251=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #B599FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B599FB is #4A6604. Grayscale: #ACACAC. Windows color (decimal): -4875781 or 16488885. OLE color: 16488885.

HSL color Cylindrical-coordinate representation of color #B599FB: hue angle of 257.14º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B599FB is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181153251-
CMYK0.280.3900.02
HSL257.14º92.45%79.22%-
HSV(B)257.14º39.04%98.43%-
XYZ47.8639.5796.38-
YUV172.54172.28134.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.94%
GREEN value IS 153 (60.16% from 255) = 26.15%
BLUE value IS 251 (98.44% from 255) = 42.91%
R=30.94%
G=26.15%
B=42.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811532510.280.3900.02257.1492.4579.22
HexB599FB1C27021015c4f
Octal265231373344702401134117
Binary1011010110011001111110111110010011101010000000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599FB; }

 p { color: rgb(181,153,251); }

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

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

 a { background-color: rgb(181,153,251); }

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

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

 span { border-color: rgb(181,153,251); }

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