#B28CFE

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

Shades of Biloba Flower #B28CFE

Tints of Biloba Flower #B28CFE

Color information

#B28CFE (or 0xB28CFE) is unknown color: approx Biloba Flower. HEX triplet: B2, 8C and FE. RGB value is (178,140,254). Sum of RGB (Red+Green+Blue) = 178+140+254=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #B28CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CFE is #4D7301. Grayscale: #A3A3A3. Windows color (decimal): -5075714 or 16682162. OLE color: 16682162.

HSL color Cylindrical-coordinate representation of color #B28CFE: hue angle of 260º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B28CFE is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB178140254-
CMYK0.300.4500.00
HSL260º98.28%77.25%-
HSV(B)260º44.88%99.61%-
XYZ45.6335.3898.19-
YUV164.36178.59137.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.12%
GREEN value IS 140 (55.08% from 255) = 24.48%
BLUE value IS 254 (99.61% from 255) = 44.41%
R=31.12%
G=24.48%
B=44.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781402540.300.4500.0026098.2877.25
HexB28CFE1E2D00104624d
Octal262214376365500404142115
Binary101100101000110011111110111101011010010000010011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CFE; }

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

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

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

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

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

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

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

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