#b284f7

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

Shades of Biloba Flower #B284F7

Tints of Biloba Flower #B284F7

Color information

#B284F7 (or 0xB284F7) is unknown color: approx Biloba Flower. HEX triplet: B2, 84 and F7. RGB value is (178,132,247). Sum of RGB (Red+Green+Blue) = 178+132+247=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #B284F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284F7 is #4D7B08. Grayscale: #9E9E9E. Windows color (decimal): -5077769 or 16221362. OLE color: 16221362.

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

Color convert

RGB178132247-
CMYK0.280.4700.03
HSL264º87.79%74.31%-
HSV(B)264º46.56%96.86%-
XYZ43.432.6892.02-
YUV158.86177.74141.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 247 (96.88% from 255) = 44.34%
R=31.96%
G=23.70%
B=44.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1781322470.280.4700.0326487.7974.31
HexB284F71C2F03108584a
Octal262204367345703410130112
Binary1011001010000100111101111110010111101110000100010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b284f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b284f7; }

 p { color: rgb(178,132,247); }

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

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

 a { background-color: rgb(178,132,247); }

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

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

 span { border-color: rgb(178,132,247); }

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