#B287FB

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

Shades of Biloba Flower #B287FB

Tints of Biloba Flower #B287FB

Color information

#B287FB (or 0xB287FB) is unknown color: approx Biloba Flower. HEX triplet: B2, 87 and FB. RGB value is (178,135,251). Sum of RGB (Red+Green+Blue) = 178+135+251=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #B287FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B287FB is #4D7804. Grayscale: #A0A0A0. Windows color (decimal): -5076997 or 16484274. OLE color: 16484274.

HSL color Cylindrical-coordinate representation of color #B287FB: hue angle of 262.24º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B287FB is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178135251-
CMYK0.290.4600.02
HSL262.24º93.55%75.69%-
HSV(B)262.24º46.22%98.43%-
XYZ44.4433.7695.44-
YUV161.08178.75140.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.56%
GREEN value IS 135 (53.12% from 255) = 23.94%
BLUE value IS 251 (98.44% from 255) = 44.50%
R=31.56%
G=23.94%
B=44.50%

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
Decimal1781352510.290.4600.02262.2493.5575.69
HexB287FB1D2E021065e4c
Octal262207373355602406136114
Binary1011001010000111111110111110110111001010000011010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287FB; }

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

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

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

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

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

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

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

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