#B587FA

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

Shades of Biloba Flower #B587FA

Tints of Biloba Flower #B587FA

Color information

#B587FA (or 0xB587FA) is unknown color: approx Biloba Flower. HEX triplet: B5, 87 and FA. RGB value is (181,135,250). Sum of RGB (Red+Green+Blue) = 181+135+250=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #B587FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B587FA is #4A7805. Grayscale: #A1A1A1. Windows color (decimal): -4880390 or 16418741. OLE color: 16418741.

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

Color convert

RGB181135250-
CMYK0.280.4600.02
HSL264º92%75.49%-
HSV(B)264º46%98.04%-
XYZ44.9834.0594.65-
YUV161.86177.74141.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.98%
GREEN value IS 135 (53.12% from 255) = 23.85%
BLUE value IS 250 (98.05% from 255) = 44.17%
R=31.98%
G=23.85%
B=44.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811352500.280.4600.022649275.49
HexB587FA1C2E021085c4b
Octal265207372345602410134113
Binary1011010110000111111110101110010111001010000100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B587FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B587FA; }

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

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

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

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

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

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

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

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