#B28AFE

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

Shades of Biloba Flower #B28AFE

Tints of Biloba Flower #B28AFE

Color information

#B28AFE (or 0xB28AFE) is unknown color: approx Biloba Flower. HEX triplet: B2, 8A and FE. RGB value is (178,138,254). Sum of RGB (Red+Green+Blue) = 178+138+254=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #B28AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28AFE is #4D7501. Grayscale: #A2A2A2. Windows color (decimal): -5076226 or 16681650. OLE color: 16681650.

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

Color convert

RGB178138254-
CMYK0.300.4600.00
HSL260.69º98.31%76.86%-
HSV(B)260.69º45.67%99.61%-
XYZ45.3434.898.09-
YUV163.18179.25138.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.23%
GREEN value IS 138 (54.30% from 255) = 24.21%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=31.23%
G=24.21%
B=44.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781382540.300.4600.00260.6998.3176.86
HexB28AFE1E2E00105624d
Octal262212376365600405142115
Binary101100101000101011111110111101011100010000010111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AFE; }

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

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

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

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

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

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

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

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