#B284F6

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

Shades of Biloba Flower #B284F6

Tints of Biloba Flower #B284F6

Color information

#B284F6 (or 0xB284F6) is unknown color: approx Biloba Flower. HEX triplet: B2, 84 and F6. RGB value is (178,132,246). Sum of RGB (Red+Green+Blue) = 178+132+246=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 132 (51.95% from 255 or 23.74% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #B284F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B284F6 is #4D7B09. Grayscale: #9E9E9E. Windows color (decimal): -5077770 or 16155826. OLE color: 16155826.

HSL color Cylindrical-coordinate representation of color #B284F6: hue angle of 264.21º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B284F6 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB178132246-
CMYK0.280.4600.04
HSL264.21º86.36%74.12%-
HSV(B)264.21º46.34%96.47%-
XYZ43.2532.6291.21-
YUV158.75177.24141.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 132 (51.95% from 255) = 23.74%
BLUE value IS 246 (96.48% from 255) = 44.24%
R=32.01%
G=23.74%
B=44.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1781322460.280.4600.04264.2186.3674.12
HexB284F61C2E04108564a
Octal262204366345604410126112
Binary10110010100001001111011011100101110010010000100010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B284F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B284F6; }

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

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

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

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

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

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

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

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