#B584DD

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

Shades of Biloba Flower #B584DD

Tints of Biloba Flower #B584DD

Color information

#B584DD (or 0xB584DD) is unknown color: approx Biloba Flower. HEX triplet: B5, 84 and DD. RGB value is (181,132,221). Sum of RGB (Red+Green+Blue) = 181+132+221=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #B584DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584DD is #4A7B22. Grayscale: #9C9C9C. Windows color (decimal): -4881187 or 14517429. OLE color: 14517429.

HSL color Cylindrical-coordinate representation of color #B584DD: hue angle of 273.03º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B584DD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181132221-
CMYK0.180.4000.13
HSL273.03º56.69%69.22%-
HSV(B)273.03º40.27%86.67%-
XYZ40.3631.5572.37-
YUV156.8164.23145.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.90%
GREEN value IS 132 (51.95% from 255) = 24.72%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=33.90%
G=24.72%
B=41.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811322210.180.4000.13273.0356.6969.22
HexB584DD12280D1113945
Octal265204335225001542171105
Binary10110101100001001101110110010101000011011000100011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584DD; }

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

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

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

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

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

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

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

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