#B287F0

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

Shades of Biloba Flower #B287F0

Tints of Biloba Flower #B287F0

Color information

#B287F0 (or 0xB287F0) is unknown color: approx Biloba Flower. HEX triplet: B2, 87 and F0. RGB value is (178,135,240). Sum of RGB (Red+Green+Blue) = 178+135+240=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 135 (53.12% from 255 or 24.41% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #B287F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B287F0 is #4D780F. Grayscale: #9F9F9F. Windows color (decimal): -5077008 or 15763378. OLE color: 15763378.

HSL color Cylindrical-coordinate representation of color #B287F0: hue angle of 264.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 #B287F0 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178135240-
CMYK0.260.4400.06
HSL264.57º77.78%73.53%-
HSV(B)264.57º43.75%94.12%-
XYZ42.7533.0886.57-
YUV159.83173.25140.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 135 (53.12% from 255) = 24.41%
BLUE value IS 240 (94.14% from 255) = 43.40%
R=32.19%
G=24.41%
B=43.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781352400.260.4400.06264.5777.7873.53
HexB287F01A2C061094e4a
Octal262207360325406411116112
Binary10110010100001111111000011010101100011010000100110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287F0; }

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

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

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

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

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

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

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

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