#B599F0

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

Shades of Biloba Flower #B599F0

Tints of Biloba Flower #B599F0

Color information

#B599F0 (or 0xB599F0) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and F0. RGB value is (181,153,240). Sum of RGB (Red+Green+Blue) = 181+153+240=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #B599F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B599F0 is #4A660F. Grayscale: #AAAAAA. Windows color (decimal): -4875792 or 15767989. OLE color: 15767989.

HSL color Cylindrical-coordinate representation of color #B599F0: hue angle of 259.31º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B599F0 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB181153240-
CMYK0.250.3600.06
HSL259.31º74.36%77.06%-
HSV(B)259.31º36.25%94.12%-
XYZ46.1838.987.51-
YUV171.29166.78134.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 240 (94.14% from 255) = 41.81%
R=31.53%
G=26.66%
B=41.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1811532400.250.3600.06259.3174.3677.06
HexB599F01924061034a4d
Octal265231360314406403112115
Binary10110101100110011111000011001100100011010000001110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599F0; }

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

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

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

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

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

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

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

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