#B28BF8

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

Shades of Biloba Flower #B28BF8

Tints of Biloba Flower #B28BF8

Color information

#B28BF8 (or 0xB28BF8) is unknown color: approx Biloba Flower. HEX triplet: B2, 8B and F8. RGB value is (178,139,248). Sum of RGB (Red+Green+Blue) = 178+139+248=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 248 - color contains mainly: blue. Hex color #B28BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BF8 is #4D7407. Grayscale: #A2A2A2. Windows color (decimal): -5075976 or 16288690. OLE color: 16288690.

HSL color Cylindrical-coordinate representation of color #B28BF8: hue angle of 261.47º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28BF8 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB178139248-
CMYK0.280.4400.03
HSL261.47º88.62%75.88%-
HSV(B)261.47º43.95%97.25%-
XYZ44.5434.7193.16-
YUV163.09175.92138.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.50%
GREEN value IS 139 (54.69% from 255) = 24.60%
BLUE value IS 248 (97.27% from 255) = 43.89%
R=31.50%
G=24.60%
B=43.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781392480.280.4400.03261.4788.6275.88
HexB28BF81C2C03105594c
Octal262213370345403405131114
Binary1011001010001011111110001110010110001110000010110110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BF8; }

 p { color: rgb(178,139,248); }

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

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

 a { background-color: rgb(178,139,248); }

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

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

 span { border-color: rgb(178,139,248); }

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