#B584EA

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

Shades of Biloba Flower #B584EA

Tints of Biloba Flower #B584EA

Color information

#B584EA (or 0xB584EA) is unknown color: approx Biloba Flower. HEX triplet: B5, 84 and EA. RGB value is (181,132,234). Sum of RGB (Red+Green+Blue) = 181+132+234=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #B584EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B584EA is #4A7B15. Grayscale: #9D9D9D. Windows color (decimal): -4881174 or 15369397. OLE color: 15369397.

HSL color Cylindrical-coordinate representation of color #B584EA: hue angle of 268.82º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B584EA is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181132234-
CMYK0.230.4400.08
HSL268.82º70.83%71.76%-
HSV(B)268.82º43.59%91.76%-
XYZ42.1632.2781.85-
YUV158.28170.73144.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.09%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=33.09%
G=24.13%
B=42.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811322340.230.4400.08268.8270.8371.76
HexB584EA172C0810d4748
Octal2652043522754010415107110
Binary101101011000010011101010101111011000100010000110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584EA; }

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

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

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

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

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

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

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

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