#B28FF7

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

Shades of Biloba Flower #B28FF7

Tints of Biloba Flower #B28FF7

Color information

#B28FF7 (or 0xB28FF7) is unknown color: approx Biloba Flower. HEX triplet: B2, 8F and F7. RGB value is (178,143,247). Sum of RGB (Red+Green+Blue) = 178+143+247=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #B28FF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FF7 is #4D7008. Grayscale: #A4A4A4. Windows color (decimal): -5074953 or 16224178. OLE color: 16224178.

HSL color Cylindrical-coordinate representation of color #B28FF7: hue angle of 260.19º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B28FF7 is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178143247-
CMYK0.280.4200.03
HSL260.19º86.67%76.47%-
HSV(B)260.19º42.11%96.86%-
XYZ44.9735.8392.54-
YUV165.32174.1137.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.34%
GREEN value IS 143 (56.25% from 255) = 25.18%
BLUE value IS 247 (96.88% from 255) = 43.49%
R=31.34%
G=25.18%
B=43.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781432470.280.4200.03260.1986.6776.47
HexB28FF71C2A03104574c
Octal262217367345203404127114
Binary1011001010001111111101111110010101001110000010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FF7; }

 p { color: rgb(178,143,247); }

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

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

 a { background-color: rgb(178,143,247); }

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

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

 span { border-color: rgb(178,143,247); }

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