#B584F7

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

Shades of Biloba Flower #B584F7

Tints of Biloba Flower #B584F7

Color information

#B584F7 (or 0xB584F7) is unknown color: approx Biloba Flower. HEX triplet: B5, 84 and F7. RGB value is (181,132,247). Sum of RGB (Red+Green+Blue) = 181+132+247=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #B584F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B584F7 is #4A7B08. Grayscale: #9F9F9F. Windows color (decimal): -4881161 or 16221365. OLE color: 16221365.

HSL color Cylindrical-coordinate representation of color #B584F7: hue angle of 265.57º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B584F7 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB181132247-
CMYK0.270.4700.03
HSL265.57º87.79%74.31%-
HSV(B)265.57º46.56%96.86%-
XYZ44.133.0492.05-
YUV159.76177.23143.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 247 (96.88% from 255) = 44.11%
R=32.32%
G=23.57%
B=44.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1811322470.270.4700.03265.5787.7974.31
HexB584F71B2F0310a584a
Octal265204367335703412130112
Binary1011010110000100111101111101110111101110000101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584F7; }

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

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

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

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

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

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

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

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