#B287FF

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

Shades of Biloba Flower #B287FF

Tints of Biloba Flower #B287FF

Color information

#B287FF (or 0xB287FF) is unknown color: approx Biloba Flower. HEX triplet: B2, 87 and FF. RGB value is (178,135,255). Sum of RGB (Red+Green+Blue) = 178+135+255=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #B287FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B287FF is #4D7800. Grayscale: #A1A1A1. Windows color (decimal): -5076993 or 16746418. OLE color: 16746418.

HSL color Cylindrical-coordinate representation of color #B287FF: hue angle of 261.5º 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 #B287FF is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB178135255-
CMYK0.300.4700
HSL261.5º100%76.47%-
HSV(B)261.5º47.06%100%-
XYZ45.0734.0198.8-
YUV161.54180.75139.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 135 (53.12% from 255) = 23.77%
BLUE value IS 255 (100% from 255) = 44.89%
R=31.34%
G=23.77%
B=44.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781352550.300.4700261.510076.47
HexB287FF1E2F00106644c
Octal262207377365700406144114
Binary101100101000011111111111111101011110010000011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287FF; }

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

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

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

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

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

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

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

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