#B987F2

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

Shades of Biloba Flower #B987F2

Tints of Biloba Flower #B987F2

Color information

#B987F2 (or 0xB987F2) is unknown color: approx Biloba Flower. HEX triplet: B9, 87 and F2. RGB value is (185,135,242). Sum of RGB (Red+Green+Blue) = 185+135+242=562 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.92% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #B987F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B987F2 is #46780D. Grayscale: #A1A1A1. Windows color (decimal): -4618254 or 15894457. OLE color: 15894457.

HSL color Cylindrical-coordinate representation of color #B987F2: hue angle of 268.04º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B987F2 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185135242-
CMYK0.240.4400.05
HSL268.04º80.45%73.92%-
HSV(B)268.04º44.21%94.9%-
XYZ44.734.0588.22-
YUV162.15173.06144.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.92%
GREEN value IS 135 (53.12% from 255) = 24.02%
BLUE value IS 242 (94.92% from 255) = 43.06%
R=32.92%
G=24.02%
B=43.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851352420.240.4400.05268.0480.4573.92
HexB987F2182C0510c504a
Octal271207362305405414120112
Binary10111001100001111111001011000101100010110000110010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987F2; }

 p { color: rgb(185,135,242); }

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

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

 a { background-color: rgb(185,135,242); }

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

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

 span { border-color: rgb(185,135,242); }

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