#B584ED

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

Shades of Biloba Flower #B584ED

Tints of Biloba Flower #B584ED

Color information

#B584ED (or 0xB584ED) is unknown color: approx Biloba Flower. HEX triplet: B5, 84 and ED. RGB value is (181,132,237). Sum of RGB (Red+Green+Blue) = 181+132+237=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #B584ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B584ED is #4A7B12. Grayscale: #9E9E9E. Windows color (decimal): -4881171 or 15566005. OLE color: 15566005.

HSL color Cylindrical-coordinate representation of color #B584ED: hue angle of 268º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B584ED is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181132237-
CMYK0.240.4400.07
HSL268º74.47%72.35%-
HSV(B)268º44.3%92.94%-
XYZ42.5932.4484.14-
YUV158.62172.23143.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.91%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 237 (92.97% from 255) = 43.09%
R=32.91%
G=24%
B=43.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811322370.240.4400.0726874.4772.35
HexB584ED182C0710c4a48
Octal265204355305407414112110
Binary10110101100001001110110111000101100011110000110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584ED; }

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

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

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

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

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

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

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

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