#B987F0

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

Shades of Biloba Flower #B987F0

Tints of Biloba Flower #B987F0

Color information

#B987F0 (or 0xB987F0) is unknown color: approx Biloba Flower. HEX triplet: B9, 87 and F0. RGB value is (185,135,240). Sum of RGB (Red+Green+Blue) = 185+135+240=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #B987F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B987F0 is #46780F. Grayscale: #A1A1A1. Windows color (decimal): -4618256 or 15763385. OLE color: 15763385.

HSL color Cylindrical-coordinate representation of color #B987F0: hue angle of 268.57º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B987F0 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB185135240-
CMYK0.230.4400.06
HSL268.57º77.78%73.53%-
HSV(B)268.57º43.75%94.12%-
XYZ44.433.9386.65-
YUV161.92172.06144.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 135 (53.12% from 255) = 24.11%
BLUE value IS 240 (94.14% from 255) = 42.86%
R=33.04%
G=24.11%
B=42.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1851352400.230.4400.06268.5777.7873.53
HexB987F0172C0610d4e4a
Octal271207360275406415116112
Binary10111001100001111111000010111101100011010000110110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987F0; }

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

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

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

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

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

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

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

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