#B28CF3

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

Shades of Biloba Flower #B28CF3

Tints of Biloba Flower #B28CF3

Color information

#B28CF3 (or 0xB28CF3) is unknown color: approx Biloba Flower. HEX triplet: B2, 8C and F3. RGB value is (178,140,243). Sum of RGB (Red+Green+Blue) = 178+140+243=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #B28CF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CF3 is #4D730C. Grayscale: #A2A2A2. Windows color (decimal): -5075725 or 15961266. OLE color: 15961266.

HSL color Cylindrical-coordinate representation of color #B28CF3: hue angle of 262.14º degrees, saturation: 0.81, 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 #B28CF3 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB178140243-
CMYK0.270.4200.05
HSL262.14º81.1%75.1%-
HSV(B)262.14º42.39%95.29%-
XYZ43.9234.6989.18-
YUV163.1173.09138.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.73%
GREEN value IS 140 (55.08% from 255) = 24.96%
BLUE value IS 243 (95.31% from 255) = 43.32%
R=31.73%
G=24.96%
B=43.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1781402430.270.4200.05262.1481.175.1
HexB28CF31B2A05106514b
Octal262214363335205406121113
Binary10110010100011001111001111011101010010110000011010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28CF3; }

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

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

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

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

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

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

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

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