#B593DF

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

Shades of Biloba Flower #B593DF

Tints of Biloba Flower #B593DF

Color information

#B593DF (or 0xB593DF) is unknown color: approx Biloba Flower. HEX triplet: B5, 93 and DF. RGB value is (181,147,223). Sum of RGB (Red+Green+Blue) = 181+147+223=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #B593DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B593DF is #4A6C20. Grayscale: #A5A5A5. Windows color (decimal): -4877345 or 14652341. OLE color: 14652341.

HSL color Cylindrical-coordinate representation of color #B593DF: hue angle of 266.84º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B593DF is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181147223-
CMYK0.190.3400.13
HSL266.84º54.29%72.55%-
HSV(B)266.84º34.08%87.45%-
XYZ42.8136.0274.51-
YUV165.83160.26138.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 147 (57.81% from 255) = 26.68%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=32.85%
G=26.68%
B=40.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811472230.190.3400.13266.8454.2972.55
HexB593DF13220D10b3649
Octal265223337234201541366111
Binary10110101100100111101111110011100010011011000010111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B593DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B593DF; }

 p { color: rgb(181,147,223); }

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

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

 a { background-color: rgb(181,147,223); }

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

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

 span { border-color: rgb(181,147,223); }

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