#B584D7

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

Shades of Biloba Flower #B584D7

Tints of Biloba Flower #B584D7

Color information

#B584D7 (or 0xB584D7) is unknown color: approx Biloba Flower. HEX triplet: B5, 84 and D7. RGB value is (181,132,215). Sum of RGB (Red+Green+Blue) = 181+132+215=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 132 (51.95% from 255 or 25% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #B584D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B584D7 is #4A7B28. Grayscale: #9B9B9B. Windows color (decimal): -4881193 or 14124213. OLE color: 14124213.

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

Color convert

RGB181132215-
CMYK0.160.3900.16
HSL275.42º50.92%68.04%-
HSV(B)275.42º38.6%84.31%-
XYZ39.5731.2368.23-
YUV156.11161.23145.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 132 (51.95% from 255) = 25%
BLUE value IS 215 (84.38% from 255) = 40.72%
R=34.28%
G=25%
B=40.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811322150.160.3900.16275.4250.9268.04
HexB584D710270101133344
Octal265204327204702042363104
Binary101101011000010011010111100001001110100001000100111100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584D7; }

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

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

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

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

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

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

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

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