#B599EC

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

Shades of Biloba Flower #B599EC

Tints of Biloba Flower #B599EC

Color information

#B599EC (or 0xB599EC) is unknown color: approx Biloba Flower. HEX triplet: B5, 99 and EC. RGB value is (181,153,236). Sum of RGB (Red+Green+Blue) = 181+153+236=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 153 (60.16% from 255 or 26.84% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #B599EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B599EC is #4A6613. Grayscale: #AAAAAA. Windows color (decimal): -4875796 or 15505845. OLE color: 15505845.

HSL color Cylindrical-coordinate representation of color #B599EC: hue angle of 260.24º 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 #B599EC is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181153236-
CMYK0.230.3500.07
HSL260.24º68.6%76.27%-
HSV(B)260.24º35.17%92.55%-
XYZ45.5938.6684.42-
YUV170.83164.78135.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 153 (60.16% from 255) = 26.84%
BLUE value IS 236 (92.58% from 255) = 41.40%
R=31.75%
G=26.84%
B=41.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811532360.230.3500.07260.2468.676.27
HexB599EC172307104454c
Octal265231354274307404105114
Binary10110101100110011110110010111100011011110000010010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B599EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B599EC; }

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

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

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

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

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

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

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

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