#B590DD

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

Shades of Biloba Flower #B590DD

Tints of Biloba Flower #B590DD

Color information

#B590DD (or 0xB590DD) is unknown color: approx Biloba Flower. HEX triplet: B5, 90 and DD. RGB value is (181,144,221). Sum of RGB (Red+Green+Blue) = 181+144+221=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #B590DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B590DD is #4A6F22. Grayscale: #A3A3A3. Windows color (decimal): -4878115 or 14520501. OLE color: 14520501.

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

Color convert

RGB181144221-
CMYK0.180.3500.13
HSL268.83º53.1%71.57%-
HSV(B)268.83º34.84%86.67%-
XYZ42.0834.9972.94-
YUV163.84160.26140.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.15%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=33.15%
G=26.37%
B=40.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811442210.180.3500.13268.8353.171.57
HexB590DD12230D10d3548
Octal265220335224301541565110
Binary10110101100100001101110110010100011011011000011011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B590DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B590DD; }

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

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

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

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

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

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

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

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