#B28AFB

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

Shades of Biloba Flower #B28AFB

Tints of Biloba Flower #B28AFB

Color information

#B28AFB (or 0xB28AFB) is unknown color: approx Biloba Flower. HEX triplet: B2, 8A and FB. RGB value is (178,138,251). Sum of RGB (Red+Green+Blue) = 178+138+251=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #B28AFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28AFB is #4D7504. Grayscale: #A2A2A2. Windows color (decimal): -5076229 or 16485042. OLE color: 16485042.

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

Color convert

RGB178138251-
CMYK0.290.4500.02
HSL261.24º93.39%76.27%-
HSV(B)261.24º45.02%98.43%-
XYZ44.8634.6195.58-
YUV162.84177.75138.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 138 (54.30% from 255) = 24.34%
BLUE value IS 251 (98.44% from 255) = 44.27%
R=31.39%
G=24.34%
B=44.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781382510.290.4500.02261.2493.3976.27
HexB28AFB1D2D021055d4c
Octal262212373355502405135114
Binary1011001010001010111110111110110110101010000010110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28AFB; }

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

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

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

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

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

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

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

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