#B28BFA

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

Shades of Biloba Flower #B28BFA

Tints of Biloba Flower #B28BFA

Color information

#B28BFA (or 0xB28BFA) is unknown color: approx Biloba Flower. HEX triplet: B2, 8B and FA. RGB value is (178,139,250). Sum of RGB (Red+Green+Blue) = 178+139+250=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #B28BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BFA is #4D7405. Grayscale: #A2A2A2. Windows color (decimal): -5075974 or 16419762. OLE color: 16419762.

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

Color convert

RGB178139250-
CMYK0.290.4400.02
HSL261.08º91.74%76.27%-
HSV(B)261.08º44.4%98.04%-
XYZ44.8534.8394.8-
YUV163.32176.92138.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 139 (54.69% from 255) = 24.51%
BLUE value IS 250 (98.05% from 255) = 44.09%
R=31.39%
G=24.51%
B=44.09%

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
Decimal1781392500.290.4400.02261.0891.7476.27
HexB28BFA1D2C021055c4c
Octal262213372355402405134114
Binary1011001010001011111110101110110110001010000010110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28BFA; }

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

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

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

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

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

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

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

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