#B584DA

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

Shades of Biloba Flower #B584DA

Tints of Biloba Flower #B584DA

Color information

#B584DA (or 0xB584DA) is unknown color: approx Biloba Flower. HEX triplet: B5, 84 and DA. RGB value is (181,132,218). Sum of RGB (Red+Green+Blue) = 181+132+218=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #B584DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584DA is #4A7B25. Grayscale: #9C9C9C. Windows color (decimal): -4881190 or 14320821. OLE color: 14320821.

HSL color Cylindrical-coordinate representation of color #B584DA: hue angle of 274.19º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B584DA is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181132218-
CMYK0.170.3900.15
HSL274.19º53.75%68.63%-
HSV(B)274.19º39.45%85.49%-
XYZ39.9631.3970.28-
YUV156.46162.73145.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 132 (51.95% from 255) = 24.86%
BLUE value IS 218 (85.55% from 255) = 41.05%
R=34.09%
G=24.86%
B=41.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811322180.170.3900.15274.1953.7568.63
HexB584DA11270F1123645
Octal265204332214701742266105
Binary10110101100001001101101010001100111011111000100101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584DA; }

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

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

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

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

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

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

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

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