#B584FA

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

Shades of Biloba Flower #B584FA

Tints of Biloba Flower #B584FA

Color information

#B584FA (or 0xB584FA) is unknown color: approx Biloba Flower. HEX triplet: B5, 84 and FA. RGB value is (181,132,250). Sum of RGB (Red+Green+Blue) = 181+132+250=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #B584FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B584FA is #4A7B05. Grayscale: #9F9F9F. Windows color (decimal): -4881158 or 16417973. OLE color: 16417973.

HSL color Cylindrical-coordinate representation of color #B584FA: hue angle of 264.92º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B584FA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181132250-
CMYK0.280.4700.02
HSL264.92º92.19%74.9%-
HSV(B)264.92º47.2%98.04%-
XYZ44.5633.2394.51-
YUV160.1178.73142.91-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.15%
GREEN value IS 132 (51.95% from 255) = 23.45%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=32.15%
G=23.45%
B=44.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811322500.280.4700.02264.9292.1974.9
HexB584FA1C2F021095c4b
Octal265204372345702411134113
Binary1011010110000100111110101110010111101010000100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B584FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B584FA; }

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

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

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

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

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

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

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

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