#B28FF6

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

Shades of Biloba Flower #B28FF6

Tints of Biloba Flower #B28FF6

Color information

#B28FF6 (or 0xB28FF6) is unknown color: approx Biloba Flower. HEX triplet: B2, 8F and F6. RGB value is (178,143,246). Sum of RGB (Red+Green+Blue) = 178+143+246=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 246 (96.48% from 255 or 43.39% from 567); Max value from RGB is 246 - color contains mainly: blue. Hex color #B28FF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28FF6 is #4D7009. Grayscale: #A4A4A4. Windows color (decimal): -5074954 or 16158642. OLE color: 16158642.

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

Color convert

RGB178143246-
CMYK0.280.4200.04
HSL260.39º85.12%76.27%-
HSV(B)260.39º41.87%96.47%-
XYZ44.8235.7691.73-
YUV165.21173.6137.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 143 (56.25% from 255) = 25.22%
BLUE value IS 246 (96.48% from 255) = 43.39%
R=31.39%
G=25.22%
B=43.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781432460.280.4200.04260.3985.1276.27
HexB28FF61C2A04104554c
Octal262217366345204404125114
Binary10110010100011111111011011100101010010010000010010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28FF6; }

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

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

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

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

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

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

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

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