#B987FF

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

Shades of Biloba Flower #B987FF

Tints of Biloba Flower #B987FF

Color information

#B987FF (or 0xB987FF) is unknown color: approx Biloba Flower. HEX triplet: B9, 87 and FF. RGB value is (185,135,255). Sum of RGB (Red+Green+Blue) = 185+135+255=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B987FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B987FF is #467800. Grayscale: #A3A3A3. Windows color (decimal): -4618241 or 16746425. OLE color: 16746425.

HSL color Cylindrical-coordinate representation of color #B987FF: hue angle of 265º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B987FF is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB185135255-
CMYK0.270.4700
HSL265º100%76.47%-
HSV(B)265º47.06%100%-
XYZ46.7234.8698.87-
YUV163.63179.56143.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 135 (53.12% from 255) = 23.48%
BLUE value IS 255 (100% from 255) = 44.35%
R=32.17%
G=23.48%
B=44.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851352550.270.470026510076.47
HexB987FF1B2F00109644c
Octal271207377335700411144114
Binary101110011000011111111111110111011110010000100111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B987FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B987FF; }

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

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

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

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

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

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

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

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