#B28DFA

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

Shades of Biloba Flower #B28DFA

Tints of Biloba Flower #B28DFA

Color information

#B28DFA (or 0xB28DFA) is unknown color: approx Biloba Flower. HEX triplet: B2, 8D and FA. RGB value is (178,141,250). Sum of RGB (Red+Green+Blue) = 178+141+250=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 141 (55.47% from 255 or 24.78% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #B28DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DFA is #4D7205. Grayscale: #A4A4A4. Windows color (decimal): -5075462 or 16420274. OLE color: 16420274.

HSL color Cylindrical-coordinate representation of color #B28DFA: hue angle of 260.37º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28DFA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB178141250-
CMYK0.290.4400.02
HSL260.37º91.6%76.67%-
HSV(B)260.37º43.6%98.04%-
XYZ45.1435.4294.9-
YUV164.49176.26137.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.28%
GREEN value IS 141 (55.47% from 255) = 24.78%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=31.28%
G=24.78%
B=43.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781412500.290.4400.02260.3791.676.67
HexB28DFA1D2C021045c4d
Octal262215372355402404134115
Binary1011001010001101111110101110110110001010000010010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28DFA; }

 p { color: rgb(178,141,250); }

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

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

 a { background-color: rgb(178,141,250); }

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

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

 span { border-color: rgb(178,141,250); }

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