#B287FA

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

Shades of Biloba Flower #B287FA

Tints of Biloba Flower #B287FA

Color information

#B287FA (or 0xB287FA) is unknown color: approx Biloba Flower. HEX triplet: B2, 87 and FA. RGB value is (178,135,250). Sum of RGB (Red+Green+Blue) = 178+135+250=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #B287FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B287FA is #4D7805. Grayscale: #A0A0A0. Windows color (decimal): -5076998 or 16418738. OLE color: 16418738.

HSL color Cylindrical-coordinate representation of color #B287FA: hue angle of 262.43º 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 #B287FA is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178135250-
CMYK0.290.4600.02
HSL262.43º92%75.49%-
HSV(B)262.43º46%98.04%-
XYZ44.2833.794.61-
YUV160.97178.25140.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.62%
GREEN value IS 135 (53.12% from 255) = 23.98%
BLUE value IS 250 (98.05% from 255) = 44.40%
R=31.62%
G=23.98%
B=44.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781352500.290.4600.02262.439275.49
HexB287FA1D2E021065c4b
Octal262207372355602406134113
Binary1011001010000111111110101110110111001010000011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287FA; }

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

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

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

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

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

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

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

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