#B593D5

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

Shades of Biloba Flower #B593D5

Tints of Biloba Flower #B593D5

Color information

#B593D5 (or 0xB593D5) is unknown color: approx Biloba Flower. HEX triplet: B5, 93 and D5. RGB value is (181,147,213). Sum of RGB (Red+Green+Blue) = 181+147+213=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 213 (83.59% from 255 or 39.37% from 541); Max value from RGB is 213 - color contains mainly: blue. Hex color #B593D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B593D5 is #4A6C2A. Grayscale: #A4A4A4. Windows color (decimal): -4877355 or 13996981. OLE color: 13996981.

HSL color Cylindrical-coordinate representation of color #B593D5: hue angle of 270.91º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B593D5 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181147213-
CMYK0.150.3100.16
HSL270.91º44%70.59%-
HSV(B)270.91º30.99%83.53%-
XYZ41.535.567.61-
YUV164.69155.26139.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.46%
GREEN value IS 147 (57.81% from 255) = 27.17%
BLUE value IS 213 (83.59% from 255) = 39.37%
R=33.46%
G=27.17%
B=39.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811472130.150.3100.16270.914470.59
HexB593D5F1F01010f2c47
Octal265223325173702041754107
Binary1011010110010011110101011111111110100001000011111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B593D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B593D5; }

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

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

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

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

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

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

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

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