#B28AFF

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

Shades of Biloba Flower #B28AFF

Tints of Biloba Flower #B28AFF

Color information

#B28AFF (or 0xB28AFF) is unknown color: approx Biloba Flower. HEX triplet: B2, 8A and FF. RGB value is (178,138,255). Sum of RGB (Red+Green+Blue) = 178+138+255=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 138 (54.30% from 255 or 24.17% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #B28AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28AFF is #4D7500. Grayscale: #A2A2A2. Windows color (decimal): -5076225 or 16747186. OLE color: 16747186.

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

Color convert

RGB178138255-
CMYK0.300.4600
HSL260.51º100%77.06%-
HSV(B)260.51º45.88%100%-
XYZ45.534.8698.94-
YUV163.3179.75138.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 138 (54.30% from 255) = 24.17%
BLUE value IS 255 (100% from 255) = 44.66%
R=31.17%
G=24.17%
B=44.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1781382550.300.4600260.5110077.06
HexB28AFF1E2E00105644d
Octal262212377365600405144115
Binary101100101000101011111111111101011100010000010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AFF; }

 p { color: rgb(178,138,255); }

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

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

 a { background-color: rgb(178,138,255); }

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

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

 span { border-color: rgb(178,138,255); }

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