#B28EF3

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

Shades of Biloba Flower #B28EF3

Tints of Biloba Flower #B28EF3

Color information

#B28EF3 (or 0xB28EF3) is unknown color: approx Biloba Flower. HEX triplet: B2, 8E and F3. RGB value is (178,142,243). Sum of RGB (Red+Green+Blue) = 178+142+243=563 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.62% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #B28EF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28EF3 is #4D710C. Grayscale: #A3A3A3. Windows color (decimal): -5075213 or 15961778. OLE color: 15961778.

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

Color convert

RGB178142243-
CMYK0.270.4200.05
HSL261.39º80.8%75.49%-
HSV(B)261.39º41.56%95.29%-
XYZ44.2135.2889.27-
YUV164.28172.43137.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.62%
GREEN value IS 142 (55.86% from 255) = 25.22%
BLUE value IS 243 (95.31% from 255) = 43.16%
R=31.62%
G=25.22%
B=43.16%

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
Decimal1781422430.270.4200.05261.3980.875.49
HexB28EF31B2A05105514b
Octal262216363335205405121113
Binary10110010100011101111001111011101010010110000010110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28EF3; }

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

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

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

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

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

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

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

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