#B584FC

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

Shades of Biloba Flower #B584FC

Tints of Biloba Flower #B584FC

Color information

#B584FC (or 0xB584FC) is unknown color: approx Biloba Flower. HEX triplet: B5, 84 and FC. RGB value is (181,132,252). Sum of RGB (Red+Green+Blue) = 181+132+252=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #B584FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B584FC is #4A7B03. Grayscale: #9F9F9F. Windows color (decimal): -4881156 or 16549045. OLE color: 16549045.

HSL color Cylindrical-coordinate representation of color #B584FC: hue angle of 264.5º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B584FC is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB181132252-
CMYK0.280.4800.01
HSL264.5º95.24%75.29%-
HSV(B)264.5º47.62%98.82%-
XYZ44.8833.3596.17-
YUV160.33179.73142.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.04%
GREEN value IS 132 (51.95% from 255) = 23.36%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=32.04%
G=23.36%
B=44.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1811322520.280.4800.01264.595.2475.29
HexB584FC1C30011085f4b
Octal265204374346001410137113
Binary101101011000010011111100111001100000110000100010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584FC; }

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

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

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

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

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

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

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

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