#b584f4

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

Shades of Biloba Flower #B584F4

Tints of Biloba Flower #B584F4

Color information

#B584F4 (or 0xB584F4) is unknown color: approx Biloba Flower. HEX triplet: B5, 84 and F4. RGB value is (181,132,244). Sum of RGB (Red+Green+Blue) = 181+132+244=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 244 (95.70% from 255 or 43.81% from 557); Max value from RGB is 244 - color contains mainly: blue. Hex color #B584F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B584F4 is #4A7B0B. Grayscale: #9F9F9F. Windows color (decimal): -4881164 or 16024757. OLE color: 16024757.

HSL color Cylindrical-coordinate representation of color #B584F4: hue angle of 266.25º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B584F4 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB181132244-
CMYK0.260.4600.04
HSL266.25º83.58%73.73%-
HSV(B)266.25º45.9%95.69%-
XYZ43.6432.8689.63-
YUV159.42175.73143.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 244 (95.70% from 255) = 43.81%
R=32.50%
G=23.70%
B=43.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1811322440.260.4600.04266.2583.5873.73
HexB584F41A2E0410a544a
Octal265204364325604412124112
Binary10110101100001001111010011010101110010010000101010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b584f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b584f4; }

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

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

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

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

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

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

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

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