#B28CF1

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

Shades of Biloba Flower #B28CF1

Tints of Biloba Flower #B28CF1

Color information

#B28CF1 (or 0xB28CF1) is unknown color: approx Biloba Flower. HEX triplet: B2, 8C and F1. RGB value is (178,140,241). Sum of RGB (Red+Green+Blue) = 178+140+241=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #B28CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CF1 is #4D730E. Grayscale: #A2A2A2. Windows color (decimal): -5075727 or 15830194. OLE color: 15830194.

HSL color Cylindrical-coordinate representation of color #B28CF1: hue angle of 262.57º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B28CF1 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178140241-
CMYK0.260.4200.05
HSL262.57º78.29%74.71%-
HSV(B)262.57º41.91%94.51%-
XYZ43.6234.5787.59-
YUV162.88172.09138.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.84%
GREEN value IS 140 (55.08% from 255) = 25.04%
BLUE value IS 241 (94.53% from 255) = 43.11%
R=31.84%
G=25.04%
B=43.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781402410.260.4200.05262.5778.2974.71
HexB28CF11A2A051074e4b
Octal262214361325205407116113
Binary10110010100011001111000111010101010010110000011110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CF1; }

 p { color: rgb(178,140,241); }

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

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

 a { background-color: rgb(178,140,241); }

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

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

 span { border-color: rgb(178,140,241); }

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