#B584D8

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

Shades of Biloba Flower #B584D8

Tints of Biloba Flower #B584D8

Color information

#B584D8 (or 0xB584D8) is unknown color: approx Biloba Flower. HEX triplet: B5, 84 and D8. RGB value is (181,132,216). Sum of RGB (Red+Green+Blue) = 181+132+216=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #B584D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584D8 is #4A7B27. Grayscale: #9B9B9B. Windows color (decimal): -4881192 or 14189749. OLE color: 14189749.

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

Color convert

RGB181132216-
CMYK0.160.3900.15
HSL275º51.85%68.24%-
HSV(B)275º38.89%84.71%-
XYZ39.731.2868.91-
YUV156.23161.73145.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 132 (51.95% from 255) = 24.95%
BLUE value IS 216 (84.77% from 255) = 40.83%
R=34.22%
G=24.95%
B=40.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811322160.160.3900.1527551.8568.24
HexB584D810270F1133444
Octal265204330204701742364104
Binary10110101100001001101100010000100111011111000100111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584D8; }

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

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

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

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

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

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

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

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