#B593DD

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

Shades of Biloba Flower #B593DD

Tints of Biloba Flower #B593DD

Color information

#B593DD (or 0xB593DD) is unknown color: approx Biloba Flower. HEX triplet: B5, 93 and DD. RGB value is (181,147,221). Sum of RGB (Red+Green+Blue) = 181+147+221=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #B593DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B593DD is #4A6C22. Grayscale: #A5A5A5. Windows color (decimal): -4877347 or 14521269. OLE color: 14521269.

HSL color Cylindrical-coordinate representation of color #B593DD: hue angle of 267.57º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B593DD is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181147221-
CMYK0.180.3300.13
HSL267.57º52.11%72.16%-
HSV(B)267.57º33.48%86.67%-
XYZ42.5435.9173.1-
YUV165.6159.26138.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 147 (57.81% from 255) = 26.78%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=32.97%
G=26.78%
B=40.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811472210.180.3300.13267.5752.1172.16
HexB593DD12210D10c3448
Octal265223335224101541464110
Binary10110101100100111101110110010100001011011000011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B593DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B593DD; }

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

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

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

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

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

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

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

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